Checks whether T
is considered a builtin type.
More...
#include <type_traits.hpp>
|
static constexpr bool | value |
|
template<class T>
struct caf::detail::is_builtin< T >
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
.
◆ value
Initial value:= std::is_arithmetic<T>::value
|| is_duration<T>::value
std::u16string, std::u32string,
node_id>::value
std::chrono::time_point< std::chrono::system_clock, timespan > timestamp
A portable timestamp with nanosecond resolution anchored at the UNIX epoch.
Definition: timestamp.hpp:30
atom_value
The value type of atoms.
Definition: atom.hpp:32
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