halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_boolean_testable< B > Struct Template Reference

Determines if a type is satisfies the boolean-testable concept. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_boolean_testable< B >:
halcheck::lib::is_detected< lib::boolean_testable, B >

Detailed Description

template<typename B>
struct halcheck::lib::is_boolean_testable< B >

Determines if a type is satisfies the boolean-testable concept.

Template Parameters
TThe type to query.
See also
https://en.cppreference.com/w/cpp/concepts/boolean-testable

The documentation for this struct was generated from the following file: