Function object that dereferences a pointer. More...
#include <functional.hpp>
Public Member Functions | |
| T & | operator() (T *a) const |
Function object that dereferences a pointer.
Template arguments :
int, not int*.Definition at line 277 of file functional.hpp.
| T& claw::dereference< T >::operator() | ( | T * | a | ) | const [inline] |
Definition at line 280 of file functional.hpp.
1.6.1