claw  1.9.0
Public Types | Public Member Functions | List of all members
claw::dereference< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class claw::dereference< T >

Function object that dereferences a pointer.

Template arguments:

Author
Julien Jorge

Definition at line 318 of file functional.hpp.


The documentation for this class was generated from the following file: