Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
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.