Searched refs:ref_int_t (Results 1 – 1 of 1) sorted by relevance
333 using ref_int_t = std::pair<const std::reference_wrapper<const int>, int>; in TestSpecificTypes() typedef334 std::list<ref_int_t> arrRefInt; in TestSpecificTypes()336 arrRefInt.push_back( ref_int_t( it->first, it->second ) ); in TestSpecificTypes()