Itasca C++ Interface
Loading...
Searching...
No Matches
base::PropertyConcepts::IntNoBool Concept Reference

Concept definition

template<class T>
concept IntNoBool = std::integral<T> and (not std::same_as<T, bool>)
Definition property.h:47