sparrow
0.3.0
Loading...
Searching...
No Matches
sparrow::is_nullable_of Concept Reference
#include <
nullable.hpp
>
Concept definition
template
<
class
N,
class
T>
concept
sparrow::is_nullable_of
=
is_nullable_v<N>
&& std::same_as<typename N::value_type, T>
sparrow::is_nullable_of
Definition
nullable.hpp:63
sparrow::is_nullable_v
constexpr bool is_nullable_v
Definition
nullable.hpp:60
Detailed Description
Definition at line
63
of file
nullable.hpp
.
sparrow
is_nullable_of
Generated by
1.13.2