Searched defs:CondT (Results 1 – 3 of 3) sorted by relevance
76 operator~(condition_parser<CondT, true> const& p) in operator ~()81 operator~(condition_parser<CondT, false> const& p) in operator ~()86 operator~(condition_parser<CondT, positive> const& p) in operator ~()
95 using CondT = typename std::conditional<Pred, Then, Else>::type; typedef