CAF 0.17.6
Loading...
Searching...
No Matches
caf::detail::is_serializable< T > Struct Template Reference

Any inspectable type is considered to be serializable. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class T>
struct caf::detail::is_serializable< T >

Any inspectable type is considered to be serializable.

Checks whether T is builtin or provides a serialize (free or member) function.

Member Data Documentation

◆ value

template<class T >
bool caf::detail::is_serializable< T >::value
staticconstexpr
Initial value:
= is_serializable_impl<T>::value
|| is_inspectable<serializer, T>::value
|| std::is_empty<T>::value
|| std::is_enum<T>::value

The documentation for this struct was generated from the following file: