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

#include <operator.hpp>

Public Types

typedef T * result_type

Public Member Functions

T * operator() (T &x) const

Detailed Description

template<typename T>
struct adobe::pointer_to< T >

Definition at line 129 of file operator.hpp.

Member Typedef Documentation

◆ result_type

template<typename T>
typedef T* result_type

Definition at line 130 of file operator.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
T * operator() ( T & x) const

Definition at line 132 of file operator.hpp.