Turi Create  4.0
turi::Serializable< T > Class Template Reference

Concept checks if a type T is serializable. More...

#include <core/storage/serialization/serializable_concept.hpp>

Detailed Description

template<typename T>
class turi::Serializable< T >

Concept checks if a type T is serializable.

This is a concept checking class for boost::concept and can be used to enforce that a type T is Serializable, assignable and default constructible.

Template Parameters
TThe type to test for serializability.

Definition at line 25 of file serializable_concept.hpp.


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