12 return (... || (
Left == Args));
18 return (... || (Args ==
Right));
24 return (... && (
Left != Args));
30 return (... && (Args !=
Right));
34template <
auto... Args>
Definition VVMEngineEnvironment.h:23
constexpr TCases< Args... > Cases
Definition Cases.h:35
constexpr friend bool operator==(const U &Left, TCases Right)
Definition Cases.h:10
constexpr friend bool operator!=(TCases Left, const U &Right)
Definition Cases.h:28
constexpr friend bool operator!=(const U &Left, TCases Right)
Definition Cases.h:22
constexpr friend bool operator==(TCases Left, const U &Right)
Definition Cases.h:16