Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.89.0.
template< class P>std::pair<object::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...