std::pair<iterator,bool> insert( const value_type& value
Defined in header
result_type min() const;
size_type max_size() const;
iterator insert( const value_type& value ); (1)
A template parameter pack is a template parameter that accepts zero or more template arguments (non-types, types, or templates). A function parameter pack is a function parameter
Specifies that a type is trivial type
Page 92 of 100