Checks whether T
is primitive, i.e., either an arithmetic type or convertible to one of STL's string types.
More...
#include <type_traits.hpp>
|
static constexpr bool | value |
|
template<class T>
struct caf::detail::is_primitive< T >
Checks whether T
is primitive, i.e., either an arithmetic type or convertible to one of STL's string types.
◆ value
Initial value:= std::is_arithmetic<T>::value
|| std::is_convertible<T, std::string>::value
|| std::is_convertible<T, std::u16string>::value
|| std::is_convertible<T, std::u32string>::value
|| std::is_convertible<T, atom_value>::value
The documentation for this struct was generated from the following file:
- /build/actor-framework-Uk1oAI/actor-framework-0.17.6/libcaf_core/caf/detail/type_traits.hpp