Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/compute/functional/
Dlogical.hpp192 struct logical_not : public unary_function<T, int> struct
197 operator()(const Expr &expr) const in operator ()()
/third_party/boost/boost/proto/
Dtags.hpp36 struct logical_not {}; struct
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp33 logical_not = 7, ///< \c ! enumerator
/third_party/boost/boost/phoenix/function/
Dlazy_operator.hpp672 Logical_not logical_not; variable
/third_party/boost/boost/bind/
Dbind.hpp1746 struct logical_not struct
1748 template<class V> bool operator()(V const & v) const { return !v; } in operator ()()