CAF
0.17.6
|
Any inspectable type is considered to be serializable. More...
#include <type_traits.hpp>
Inherited by caf::detail::is_serializable< const T & >, caf::detail::is_serializable< const T >, and caf::detail::is_serializable< T & >.
Static Public Attributes | |
static constexpr bool | value |
Any inspectable type is considered to be serializable.
Checks whether T
is builtin or provides a serialize
(free or member) function.
|
staticconstexpr |