jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::req::boolean Concept Reference

Concept of type-trait for bool type. More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
concept jau::req::boolean = std::is_same_v<bool, std::remove_cv_t<T>>
Concept of type-trait for bool type.

Detailed Description

Concept of type-trait for bool type.

Definition at line 56 of file type_concepts.hpp.