odtone::mih::base_tlv_
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/tlv.hpp> template<typename ValueT, ValueT Value> struct base_tlv_ { // public static functions template<typename T> static bool serialize(iarchive &, T &); template<typename T> static void serialize(oarchive &, T &); };
Base TLV.
base_tlv_
public static functionstemplate<typename T> static bool serialize(iarchive & ar, T & val);
Deserialize the TLV type value.
Parameters: |
|
||||
Returns: |
True if the value was deserialized or false otherwise. |
template<typename T> static void serialize(oarchive & ar, T & val);
Serialize the TLV type value.
Parameters: |
|