...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Insert elements.
template< class P> std::pair< iterator, bool > insert( P&& p); »more...
template< class InputIt> void insert( InputIt first, InputIt last); »more...
void insert( std::initializer_list< std::pair< string_view, value_ref >> init); »more...