|
Poplar and PopLibs
|
A structure to provide information about arithmetic (integer and floating point) types. More...
#include <TypeTraits.hpp>
Static Public Member Functions | |
| template<typename T > | |
| static constexpr bool | isSimpleType () |
| Test if argument is a basic numeric type. More... | |
A structure to provide information about arithmetic (integer and floating point) types.
|
staticconstexpr |
Test if argument is a basic numeric type.
Return true if std::is_integral<> is true or if std::is_floating_point<> is true.