sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::is_nullable_of_convertible_to Concept Reference

#include <nullable.hpp>

Concept definition

template<class N, class T>
concept sparrow::is_nullable_of_convertible_to = is_nullable_v<N> && std::convertible_to<typename N::value_type, T>
constexpr bool is_nullable_v
Definition nullable.hpp:60

Detailed Description

Definition at line 66 of file nullable.hpp.