Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
get_element< I, void > Struct Template Reference

#include <functional.hpp>

Public Member Functions

template<class T>
auto operator() (T &x) const -> std::tuple_element_t< I, T > &
template<class T>
auto operator() (const T &x) const -> const std::tuple_element_t< I, T > &

Detailed Description

template<std::size_t I>
struct adobe::get_element< I, void >

Definition at line 205 of file functional.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<std::size_t I>
template<class T>
auto operator() ( T & x) const -> std::tuple_element_t<I, T>&

Definition at line 207 of file functional.hpp.

◆ operator()() [2/2]

template<std::size_t I>
template<class T>
auto operator() ( const T & x) const -> const std::tuple_element_t<I, T>&

Definition at line 212 of file functional.hpp.