HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
named_arg< Char, T > Struct Template Reference

#include <core.h>

+ Inheritance diagram for named_arg< Char, T >:

Public Member Functions

 named_arg (const Char *n, const T &v)
 

Public Attributes

const Char * name
 
const Tvalue
 

Detailed Description

template<typename Char, typename T>
struct named_arg< Char, T >

Definition at line 984 of file core.h.

Constructor & Destructor Documentation

template<typename Char , typename T >
named_arg< Char, T >::named_arg ( const Char *  n,
const T v 
)
inline

Definition at line 987 of file core.h.

Member Data Documentation

template<typename Char , typename T >
const Char* named_arg< Char, T >::name

Definition at line 985 of file core.h.

template<typename Char , typename T >
const T& named_arg< Char, T >::value

Definition at line 986 of file core.h.


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