Claw
1.7.3
|
Function object that dereferences a constant pointer. More...
#include <functional.hpp>
Public Member Functions | |
const_dereference (const dereference< T > &) | |
const_dereference (const const_dereference< T > &) | |
const T & | operator() (const T *a) const |
Function object that dereferences a constant pointer.
Template arguments:
int
, not int*
.Definition at line 315 of file functional.hpp.