Template Struct tight_pair

Struct Documentation

template<class First, class Second, TightPairCase_e Case>
struct tight_pair

Public Types

using first_type = First
using second_type = Second

Public Functions

inline tight_pair()
inline tight_pair(First const &f, Second const &s)
inline C4_ALWAYS_INLINE C4_CONSTEXPR14 First & first ()
inline C4_ALWAYS_INLINE C4_CONSTEXPR14 First const  & first () const
inline C4_ALWAYS_INLINE C4_CONSTEXPR14 Second & second ()
inline C4_ALWAYS_INLINE C4_CONSTEXPR14 Second const  & second () const