MCPcopy Create free account
hub / github.com/catchorg/Catch2 / Boolable

Method Boolable

tests/SelfTest/UsageTests/Tricky.tests.cpp:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207struct Boolable
208{
209 explicit Boolable( bool value ) : m_value( value ) {}
210
211 explicit operator bool() const {
212 return m_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected