cereal
A C++11 library for serialization
|
A struct that prevents implicit conversion. More...
#include </build/libcereal-SAfJB3/libcereal-1.3.2+dfsg/include/cereal/details/traits.hpp>
Public Types | |
using | type = Source |
Used to get underlying type easily. | |
A struct that prevents implicit conversion.
Any type instantiated with this struct will be unable to implicitly convert to another type. Is designed to only allow conversion to Source const &.
Source | the type of the original source |