Searched refs:my_container (Results 1 – 3 of 3) sorted by relevance
23 my_container.push_back( 0 ); // throws bad_ptr 24 my_container.replace( an_iterator, 0 ); // throws bad_ptr25 my_container.insert( an_iterator, 0 ); // throws bad_ptr 27 …my_container.push_back( p ); // throws bad_ptr …
19 my_container class
9968 …> std_range_index; template <class T> class my_container { …