cheshirekow  v0.1.0
kw::ConstRefWrap< T > Struct Template Reference

signifies the parameter should be passed by const reference More...

#include <kwargs/kwargs.h>

Public Member Functions

 ConstRefWrap (const T &v)
 

Public Attributes

const T & v
 

Detailed Description

template<typename T>
struct kw::ConstRefWrap< T >

signifies the parameter should be passed by const reference

Definition at line 35 of file kwargs.h.

Constructor & Destructor Documentation

template<typename T>
kw::ConstRefWrap< T >::ConstRefWrap ( const T &  v)
inline

Definition at line 37 of file kwargs.h.

Member Data Documentation

template<typename T>
const T& kw::ConstRefWrap< T >::v

Definition at line 36 of file kwargs.h.


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