odtone::mih::is_tlv_type
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/tlv.hpp> template<typename T> class is_tlv_type { public: // member classes/structs/unions class false_t { }; // private static functions template<typename U> static true_t test(typename U::tlv_type * = 0); template<typename U> static false_t test(...); // public data members static const bool value; };