MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Concepts::CCoreHalfEqualityComparable Concept Reference

#include <Concepts.h>

Concept definition

template<typename A, typename B>
requires(const std::remove_reference_t<A>& a, const std::remove_reference_t<B>& b)
{
{ a == b } -> CBooleanTestable;
{ a != b } -> CBooleanTestable;
}

Detailed Description

Definition at line 97 of file Concepts.h.