28 #ifndef BSL_IN_PLACE_HPP 29 #define BSL_IN_PLACE_HPP 52 explicit constexpr
in_place_t() noexcept =
default;
95 template<bsl::u
intmax I>
bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed...
Definition: in_place.hpp:72
constexpr in_place_t() noexcept=default
Default constructor that ensure construction of this type must be explicit.
constexpr in_place_type_t() noexcept=default
Default constructor that ensure construction of this type must be explicit.
bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed...
Definition: in_place.hpp:45
constexpr in_place_index_t() noexcept=default
Default constructor that ensure construction of this type must be explicit.
constexpr in_place_t in_place
reduces the verbosity of bsl::in_place_t
Definition: in_place.hpp:56
bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed...
Definition: in_place.hpp:96