odtone::mih::null
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/base.hpp> struct null { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); bool operator==(const null &) const; };
Define NULL data type.
null
public member functionstemplate<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the NULL data type.
Parameters: |
|
bool operator==(const null &) const;