top | up | prev | next

BitNot<T> Struct

Definition at line 560 of Evaluator.cpp

Member Functions

T operator()(const T& x) const

Member Function Details

operator() Member Function

T cmajor::binder::BitNot::operator()(const T & x) const

Definition at line 562 of Evaluator.cpp :
 563 {
 564     return ~x;
 565 }



top | up | prev | next