ChimeraTK-DeviceAccess 03.26.00
Loading...
Searching...
No Matches
ChimeraTK::Boolean Class Reference

Wrapper Class to avoid vector<bool> problems. More...

#include <Boolean.h>

Public Member Functions

constexpr Boolean ()
 
constexpr Boolean (bool value)
 
constexpr operator const bool & () const
 
constexpr operator bool & ()
 

Detailed Description

Wrapper Class to avoid vector<bool> problems.

Definition at line 16 of file Boolean.h.

Constructor & Destructor Documentation

◆ Boolean() [1/2]

constexpr ChimeraTK::Boolean::Boolean ( )
inlineconstexpr

Definition at line 18 of file Boolean.h.

◆ Boolean() [2/2]

constexpr ChimeraTK::Boolean::Boolean ( bool  value)
inlineconstexpr

Definition at line 21 of file Boolean.h.

Member Function Documentation

◆ operator bool &()

constexpr ChimeraTK::Boolean::operator bool & ( )
inlineconstexpr

Definition at line 24 of file Boolean.h.

◆ operator const bool &()

constexpr ChimeraTK::Boolean::operator const bool & ( ) const
inlineconstexpr

Definition at line 23 of file Boolean.h.


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