sparrow ..
Loading...
Searching...
No Matches
sparrow::nullable_of Concept Reference

#include <nullable.hpp>

Concept definition

template<class N, class T>
concept sparrow::nullable_of = is_nullable_v<N> && std::same_as<typename N::stored_value_type, T>
constexpr bool is_nullable_v
Definition nullable.hpp:62

Detailed Description

Definition at line 65 of file nullable.hpp.