[#beman-optional-optional-03-2constructor-02a] = xref:beman.adoc[beman]::xref:beman/optional.adoc[optional]::xref:beman/optional/optional-03.adoc[optional]::optional :relfileprefix: ../../../ :mrdocs: Constructs the value in‐place using the given arguments. == Synopsis Declared in `<beman/optional/optional.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... Args> constexpr explicit optional( xref:beman/optional/in_place_t.adoc[in_place_t], Args...&&... args) requires std::is_constructible_v<T, Args...>; ---- == Description Constructs the stored value in‐place using the given arguments. [.small]#Created with https://www.mrdocs.com[MrDocs]#