Searched refs:shr_shr_t (Results 1 – 1 of 1) sorted by relevance
345 using shr_shr_t = std::pair< const std::shared_ptr<int>, std::shared_ptr<int> >; in TestSpecificTypes() typedef346 std::list<shr_shr_t> arrShrShr; in TestSpecificTypes()349 …arrShrShr.push_back( shr_shr_t( std::make_shared<int>(i), std::make_shared<int>(NUMBER_minus_i) ) … in TestSpecificTypes()