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