Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TEqualTo< T > Struct Template Reference

#include <EqualTo.h>

Public Member Functions

constexpr auto operator() (const T &Lhs, const T &Rhs) const -> decltype(Lhs==Rhs)
 

Detailed Description

template<typename T = void>
struct TEqualTo< T >

Binary predicate class for performing equality comparisons.

Uses operator== when available.

See: https://en.cppreference.com/w/cpp/utility/functional/equal_to

Definition at line 15 of file EqualTo.h.

Member Function Documentation

◆ operator()()

template<typename T = void>
constexpr auto TEqualTo< T >::operator() ( const T & Lhs,
const T & Rhs ) const -> decltype(Lhs == Rhs)
inlineconstexpr

Definition at line 17 of file EqualTo.h.


The documentation for this struct was generated from the following file: