sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::mpl::bool_convertible_range Concept Reference

Matches range types whose elements are convertible to bool. More...

#include <mp_utils.hpp>

Concept definition

template<class BoolRange>
concept sparrow::mpl::bool_convertible_range = std::ranges::range<BoolRange>
&& std::convertible_to<std::ranges::range_value_t<BoolRange>, bool>
Matches range types whose elements are convertible to bool.
Definition mp_utils.hpp:439

Detailed Description

Matches range types whose elements are convertible to bool.

Definition at line 439 of file mp_utils.hpp.