FougTools  0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
bool_utils.h File Reference

Go to the source code of this file.

Namespaces

 cpp
 

Functions

template<typename T >
bool cpp::boolXor (T lhs, T rhs)
 Returns "eXclusive OR" evaluation of expressions in lhs and rhs. More...
 
template<typename T >
bool cpp::boolImplies (T lhs, T rhs)
 Returns "boolean implies" evaluation of expressions in lhs and rhs. More...