Searched defs:code_converter_impl (Results 1 – 1 of 1) sorted by relevance
125 struct code_converter_impl { struct126 typedef typename codecvt_extern<Codecvt>::type extern_type;127 typedef typename category_of<Device>::type device_category;128 typedef is_convertible<device_category, input> can_read;129 typedef is_convertible<device_category, output> can_write;130 typedef is_convertible<device_category, bidirectional> is_bidir;136 >::type mode; 142 >::type device_type;143 typedef optional< concept_adapter<device_type> > storage_type;144 typedef is_convertible<device_category, two_sequence> is_double;[all …]