Searched refs:int_ref_t (Results 1 – 1 of 1) sorted by relevance
339 using int_ref_t = std::pair< const int, std::reference_wrapper<int> >; in TestSpecificTypes() typedef340 std::list<int_ref_t> arrIntRef; in TestSpecificTypes()342 arrIntRef.push_back( int_ref_t( it->first, it->second ) ); in TestSpecificTypes()