GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::Serializable< T > Class Template Reference

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

#include <graphlab/serialization/serializable_concept.hpp>

List of all members.

Public Member Functions

 BOOST_CONCEPT_USAGE (Serializable)

Detailed Description

template<typename T>
class graphlab::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 43 of file serializable_concept.hpp.


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