QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
constexpr_optional_ref_and_arrow Namespace Reference

Variables

constexpr Combined c {1, 2}
 
constexpr optional< Combined const & > oc = c
 

Variable Documentation

◆ c

constexpr Combined constexpr_optional_ref_and_arrow::c {1, 2}
constexpr
1460{1, 2};

◆ oc

constexpr optional<Combined const&> constexpr_optional_ref_and_arrow::oc = c
constexpr