EnTT 3.13.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 > >:
Inheritance graph
[legend]
Collaboration diagram for std::tuple_element< Index, entt::compressed_pair< First, Second > >:
Collaboration graph
[legend]

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 264 of file compressed_pair.hpp.


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