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.90.0.
key_value_pair(key_value_pairconst& other); »more...key_value_pair(key_value_pairconst& other,storage_ptrsp); »more...
Move constructor.
key_value_pair(key_value_pair&& other) noexcept; »more...
Pilfer constructor.
key_value_pair(pilfered<key_value_pair> other) noexcept; »more...
Constructor.
template< class... Args> explicit key_value_pair(string_viewkey, Args&&... args); »more...explicit key_value_pair(std::pair<string_view,value> const& p,storage_ptrsp = {}); »more...explicit key_value_pair(std::pair<string_view,value>&& p,storage_ptrsp = {}); »more...