libzypp  17.38.7
boost::logic Namespace Reference

Functions

std::ostream & operator<< (std::ostream &s, const tribool &obj)
 relates: TriBool stream output More...
 
bool sameTriboolState (tribool lhs, tribool rhs)
 relates: TriBool whether 2 tribool have the same state (this is NOT ==) More...
 

Function Documentation

◆ operator<<()

std::ostream& boost::logic::operator<< ( std::ostream &  s,
const tribool &  obj 
)
inline

relates: TriBool stream output

Definition at line 70 of file TriBool.h.

◆ sameTriboolState()

bool boost::logic::sameTriboolState ( tribool  lhs,
tribool  rhs 
)
inline

relates: TriBool whether 2 tribool have the same state (this is NOT ==)

Definition at line 74 of file TriBool.h.