CAF
0.17.6
|
Checks whether T
is considered a builtin type.
More...
#include <type_traits.hpp>
Static Public Attributes | |
static constexpr bool | value |
Checks whether T
is considered a builtin type.
Builtin types are: (1) all arithmetic types (including time types), (2) string types from the STL, and (3) built-in types such as actor_ptr
.
|
static |