odtone::mih::cost_curr
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information.hpp> struct cost_curr { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members uint8 val; };
COST_CURR data type.
cost_curr
template<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the COST_CURR data type.
Parameters:
ar
The archive to/from where serialize/deserialize the data type.