Searched defs:TypedVal (Results 1 – 1 of 1) sorted by relevance
154 struct TypedVal { struct155 int value;157 bool operator==(TypedVal<T> const& other) const { in operator ==()160 bool operator!=(TypedVal<T> const& other) const { return !(*this == other); } in operator !=()