ChimeraTK-DeviceAccess 03.26.00
Loading...
Searching...
No Matches
Boolean.h File Reference
#include <algorithm>
#include <istream>
#include <limits>
+ Include dependency graph for Boolean.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChimeraTK::Boolean
 Wrapper Class to avoid vector<bool> problems. More...
 

Namespaces

namespace  ChimeraTK
 
namespace  std
 STL namespace.
 

Functions

std::istream & ChimeraTK::operator>> (std::istream &is, Boolean &value)
 
std::string ChimeraTK::to_string (Boolean &value)
 

Variables

template<typename T >
constexpr bool ChimeraTK::isBoolean = std::is_same_v<T, bool> || std::is_same_v<T, Boolean>