Turi Create
4.0
|
Concept checks if a type T is serializable. More...
#include <core/storage/serialization/serializable_concept.hpp>
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.
T | The type to test for serializability. |
Definition at line 25 of file serializable_concept.hpp.