Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
is_bitwise_serializable.hpp File Reference

This header provides a traits class for determining whether a class can be serialized (in a non-portable way) just by copying the bits. More...

Include dependency graph for is_bitwise_serializable.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::serialization::is_bitwise_serializable< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Macros

#define BOOST_IS_BITWISE_SERIALIZABLE(T)
 

Detailed Description

This header provides a traits class for determining whether a class can be serialized (in a non-portable way) just by copying the bits.

Macro Definition Documentation

#define BOOST_IS_BITWISE_SERIALIZABLE (   T)
Value:
namespace boost { \
namespace serialization { \
template<> \
struct is_bitwise_serializable< T > : mpl::true_ {}; \
}} \
bool_< true > true_
Definition: bool_fwd.hpp:21
Duration formatting facet for input.
Definition: accumulators_fwd.hpp:55