Checks whether T
is builtin or provides a serialize
(free or member) function.
More...
#include <type_traits.hpp>
|
static constexpr bool | value |
|
template<class T>
struct caf::detail::is_serializable_impl< T, false, false >
Checks whether T
is builtin or provides a serialize
(free or member) function.
◆ value
template<class T >
constexpr bool caf::detail::is_serializable_impl< T, false, false >::value |
|
staticconstexpr |
Initial value:= has_serialize<T>::value
|| is_inspectable<serializer, T>::value
|| is_builtin<T>::value
The documentation for this struct was generated from the following file:
- /build/actor-framework-aen7Bs/actor-framework-0.17.6/libcaf_core/caf/detail/type_traits.hpp