Function object that dereferences a pointer. More...
#include <functional.hpp>
Public Types | |
using | argument_type = T* |
using | result_type = T& |
Public Member Functions | |
T & | operator() (T *a) const |
Function object that dereferences a pointer.
Template arguments:
int
, not int*
.Definition at line 318 of file functional.hpp.
using claw::dereference< T >::argument_type = T* |
Definition at line 321 of file functional.hpp.
using claw::dereference< T >::result_type = T& |
Definition at line 322 of file functional.hpp.
|
inline |
Definition at line 325 of file functional.hpp.