CellModules
Catch::SafeBool Class Reference

#include <catch.hpp>

Public Types

typedef void(SafeBool::* type) () const
 

Static Public Member Functions

static type makeSafe (bool value)
 

Private Member Functions

void trueValue () const
 

Detailed Description

Definition at line 245 of file catch.hpp.

Member Typedef Documentation

◆ type

typedef void(SafeBool::* Catch::SafeBool::type) () const

Definition at line 247 of file catch.hpp.

Member Function Documentation

◆ makeSafe()

static type Catch::SafeBool::makeSafe ( bool  value)
inlinestatic

Definition at line 249 of file catch.hpp.

◆ trueValue()

void Catch::SafeBool::trueValue ( ) const
inlineprivate

Definition at line 253 of file catch.hpp.


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