cheshirekow  v0.1.0
kw::Arg< Tag, T > Struct Template Reference

parameter storage for type T within a parameter pack More...

#include <kwargs/kwargs.h>

Public Member Functions

 Arg (T v)
 
constexpr bool IsTagged (uint64_t query)
 

Public Attributes

v
 

Detailed Description

template<uint64_t Tag, typename T>
struct kw::Arg< Tag, T >

parameter storage for type T within a parameter pack

Definition at line 16 of file kwargs.h.

Constructor & Destructor Documentation

template<uint64_t Tag, typename T>
kw::Arg< Tag, T >::Arg ( v)
inline

Definition at line 18 of file kwargs.h.

Member Function Documentation

template<uint64_t Tag, typename T>
constexpr bool kw::Arg< Tag, T >::IsTagged ( uint64_t  query)
inline

Definition at line 19 of file kwargs.h.

Member Data Documentation

template<uint64_t Tag, typename T>
T kw::Arg< Tag, T >::v

Definition at line 17 of file kwargs.h.


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