Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#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 > & |
Definition at line 205 of file functional.hpp.
auto operator() | ( | T & | x | ) | const -> std::tuple_element_t<I, T>& |
Definition at line 207 of file functional.hpp.
auto operator() | ( | const T & | x | ) | const -> const std::tuple_element_t<I, T>& |
Definition at line 212 of file functional.hpp.