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

#include <EqualTo.h>

Public Member Functions

template<typename T , typename U >
constexpr auto operator() (T &&Lhs, U &&Rhs) const -> decltype(Forward< T >(Lhs)==Forward< U >(Rhs))
 

Detailed Description

Definition at line 24 of file EqualTo.h.

Member Function Documentation

◆ operator()()

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

Definition at line 27 of file EqualTo.h.


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