reference_proxy Class Template Reference
[Utility Library]
#include <stlsoft/util/argument_proxies.hpp>
List of all members.
Detailed Description
template<typename A>
class stlsoft::reference_proxy< A >
Acts as a proxy for a reference.
|
Public Types |
|
typedef A | argument_type |
|
typedef argument_type & | argument_reference_type |
|
typedef reference_proxy< A > | class_type |
Public Member Functions |
|
| reference_proxy (argument_reference_type a) |
|
| reference_proxy (class_type const &rhs) |
|
| operator argument_reference_type () const |
The documentation for this class was generated from the following file: