CommonLibSSE NG
Loading...
Searching...
No Matches
BSTTuple.h File Reference

Go to the source code of this file.

Classes

struct  RE::BSTTuple< T1, T2 >
 

Namespaces

namespace  RE
 

Functions

template<class T1 , class T2 >
auto RE::make_pair (T1 &&a_first, T2 &&a_second)
 
template<class T1 , class T2 >
auto RE::make_tuple (T1 &&a_first, T2 &&a_second)
 
template<class T1 , class T2 >
bool RE::operator== (const BSTTuple< T1, T2 > &a_lhs, const BSTTuple< T1, T2 > &a_rhs)
 
template<class T1 , class T2 >
bool RE::operator< (const BSTTuple< T1, T2 > &a_lhs, const BSTTuple< T1, T2 > &a_rhs)
 
template<class T1 , class T2 >
requires (std::is_swappable_v<T1>&& std::is_swappable_v<T2>)
void RE::swap (BSTTuple< T1, T2 > &a_lhs, BSTTuple< T1, T2 > &a_rhs) noexcept(noexcept(a_lhs.swap(a_rhs)))
 
template<class T1 , class T2 >
 RE::BSTTuple (T1, T2) -> BSTTuple< T1, T2 >