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