cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Bool Struct Reference

Public Member Functions

 Bool (int val)
 
bool operator> (int n) const
 
Bool operator+ (const Bool &rhs) const
 
bool operator== (const Bool &rhs) const
 

Public Attributes

bool value
 

Constructor & Destructor Documentation

◆ Bool()

Bool::Bool ( int val)
inlineexplicit

Member Function Documentation

◆ operator+()

Bool Bool::operator+ ( const Bool & rhs) const
inline

◆ operator==()

bool Bool::operator== ( const Bool & rhs) const
inline

◆ operator>()

bool Bool::operator> ( int n) const
inline

Member Data Documentation

◆ value

bool Bool::value

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