In‐place constructor.
Synopsis
Declared in <beman/optional/optional.hpp>
template<class Arg>
requires (std::is_constructible_v<T&, Arg> && !detail::reference_constructs_from_temporary_v<T&, Arg>)
constexpr
explicit
optional(
in_place_t,
Arg&& arg);
Created with MrDocs