Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
any_regular_t::transform< T > Struct Template Reference

Function object used in binding for instance value access. More...

#include <any_regular.hpp>

Public Types

typedef traits< T >::promote_type result_type

Public Member Functions

traits< T >::result_type operator() (any_regular_t &x) const
traits< T >::const_result_type operator() (const any_regular_t &x) const

Detailed Description

template<typename T>
struct adobe::version_1::any_regular_t::transform< T >

Definition at line 516 of file any_regular.hpp.

Member Typedef Documentation

◆ result_type

template<typename T>
typedef traits<T>::promote_type result_type

Definition at line 517 of file any_regular.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
traits< T >::result_type operator() ( any_regular_t & x) const

Definition at line 519 of file any_regular.hpp.

◆ operator()() [2/2]

template<typename T>
traits< T >::const_result_type operator() ( const any_regular_t & x) const

Definition at line 521 of file any_regular.hpp.