EnTT 3.15.0
Loading...
Searching...
No Matches
std::tuple_element< Index, entt::compressed_pair< First, Second > > Struct Template Reference

std::tuple_element specialization for compressed_pairs. More...

#include <compressed_pair.hpp>

Inheritance diagram for std::tuple_element< Index, entt::compressed_pair< First, Second > >:
Collaboration diagram for std::tuple_element< Index, entt::compressed_pair< First, Second > >:

Detailed Description

template<size_t Index, typename First, typename Second>
struct std::tuple_element< Index, entt::compressed_pair< First, Second > >

std::tuple_element specialization for compressed_pairs.

Template Parameters
IndexThe index of the type to return.
FirstThe type of the first element that the pair stores.
SecondThe type of the second element that the pair stores.

Definition at line 266 of file compressed_pair.hpp.


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