|
Claw 1.7.3
|
Function object that dereferences a constant pointer. More...
#include <functional.hpp>
Public Types | |
| using | argument_type = const T* |
| using | result_type = const T& |
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:
Definition at line 350 of file functional.hpp.
| using claw::const_dereference< T >::argument_type = const T* |
Definition at line 353 of file functional.hpp.
| using claw::const_dereference< T >::result_type = const T& |
Definition at line 354 of file functional.hpp.
|
inline |
Definition at line 357 of file functional.hpp.
|
inline |
Definition at line 358 of file functional.hpp.
|
inline |
Definition at line 359 of file functional.hpp.
|
inline |
Definition at line 361 of file functional.hpp.