Searched refs:opCast (Results 1 – 1 of 1) sorted by relevance
1313 inline T& opCast(T const& t) { return const_cast<T&>(t); } in opCast() function1317 inline std::nullptr_t opCast(std::nullptr_t) { return nullptr; } in opCast() function1328 return bool( opCast( lhs ) == opCast( rhs ) ); in evaluate()1334 return bool( opCast( lhs ) != opCast( rhs ) ); in evaluate()1340 return bool( opCast( lhs ) < opCast( rhs ) ); in evaluate()1346 return bool( opCast( lhs ) > opCast( rhs ) ); in evaluate()1352 return bool( opCast( lhs ) >= opCast( rhs ) ); in evaluate()1358 return bool( opCast( lhs ) <= opCast( rhs ) ); in evaluate()