Go to the source code of this file.
Classes | |
struct | boost::serialization::is_bitwise_serializable< T > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::serialization | |
Macros | |
#define | BOOST_IS_BITWISE_SERIALIZABLE(T) |
This header provides a traits class for determining whether a class can be serialized (in a non-portable way) just by copying the bits.
Definition in file is_bitwise_serializable.hpp.
#define BOOST_IS_BITWISE_SERIALIZABLE | ( | T | ) |
Definition at line 38 of file is_bitwise_serializable.hpp.