sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::impl::both_constructible_from_cond_ref Concept Reference

#include <nullable.hpp>

Concept definition

template<class T, class Targs, class U, class UArgs>
concept sparrow::impl::both_constructible_from_cond_ref = std::constructible_from<T, conditional_ref_t<T, Targs>>
and std::constructible_from<U, conditional_ref_t<U, UArgs>>

Detailed Description

Definition at line 192 of file nullable.hpp.