VCCC  2024.05
VisualCamp Common C++ library
boolean_testable< B > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/boolean_testable.hpp>

+ Inheritance diagram for boolean_testable< B >:

Detailed Description

template<typename B>
struct vccc::boolean_testable< B >

The exposition-only concept boolean-testable specifies the requirements for expressions that are convertible to bool and for which the logical operators have the usual behavior (including short-circuiting), even for two different boolean-testable types.

See also
std::boolean-testable

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