Searched refs:is_mapped_reference_combinable (Results 1 – 1 of 1) sorted by relevance
23 struct is_mapped_reference_combinable{ struct24 typedef is_mapped_reference_combinable type; argument29 struct is_mapped_reference_combinable<std::pair<const FirstT,SecondT> > struct31 typedef is_mapped_reference_combinable<std::pair<const FirstT,SecondT> > type; argument36 struct is_mapped_reference_combinable<std::pair<FirstT,SecondT> > struct38 typedef is_mapped_reference_combinable<std::pair<FirstT,SecondT> > type; argument46 BOOST_STATIC_CONSTANT(bool, value = is_mapped_reference_combinable<Type>::value);133 inline typename enable_if<is_mapped_reference_combinable<StdPairT>, bool>::type141 inline typename enable_if<is_mapped_reference_combinable<StdPairT>, bool>::type150 inline typename enable_if<is_mapped_reference_combinable<StdPairT>, bool>::type[all …]