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