Value‐initialize the 'second' member of a 'pair'. This constructor is declared only if (template parameter) TYPE is default constructible.

Synopsis

Declared in <bslstl_pair.h>

constexpr
Pair_Second()
requires std::is_default_constructible_v<TYPE>;

Created with MrDocs