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

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
 

Detailed Description

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

Function object that dereferences a constant pointer.

Template arguments:

Author
Julien Jorge

Definition at line 341 of file functional.hpp.


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