claw::dereference< T > Class Template Reference
#include <functional.hpp>
List of all members.
Detailed Description
template<typename T>
class claw::dereference< T >
Function object that dereferences a pointer.
Template arguments :
- T The pointed type (ie.
int
, not int*
.
- Author:
- Julien Jorge
Definition at line 277 of file functional.hpp.
|
Public Member Functions |
T & | operator() (T *a) const |
Member Function Documentation
The documentation for this class was generated from the following file: