Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
any_regular.hpp File Reference

Go to the source code of this file.

Classes

class  any_regular_t
 A runtime polymorphic type similar to boost::any which can hold any type which models Regular. More...
struct  any_regular_t::transform< T >
 Function object used in binding for instance value access. More...
struct  any_regular_t::helper< any_regular_t >
struct  runtime_cast_t< R, const any_regular_t >
struct  runtime_cast_t< R, any_regular_t >
struct  runtime_cast_t< R, any_regular_t * >
struct  runtime_cast_t< R, const any_regular_t * >

Namespaces

namespace  adobe
namespace  adobe::version_1

Functions

bool operator== (const any_regular_t &x, const any_regular_t &y)
void swap (any_regular_t &x, any_regular_t &y)
void print (const any_regular_t &x)