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

#include <nullable.hpp>

Concept definition

template<class T, class... Args>
concept sparrow::impl::constructible_from_one = (std::constructible_from<T, Args> || ...)

Detailed Description

Definition at line 168 of file nullable.hpp.