Public Types | Public Member Functions | Public Attributes | List of all members
TestTagged< Tag > Struct Template Reference

Public Types

using myTag = Tag
 

Public Member Functions

 TestTagged (int value)
 

Public Attributes

int value
 

Detailed Description

template<typename Tag>
struct TestTagged< Tag >

Definition at line 40 of file TupleLookupByTag_test.cc.

Member Typedef Documentation

template<typename Tag >
using TestTagged< Tag >::myTag = Tag

Definition at line 41 of file TupleLookupByTag_test.cc.

Constructor & Destructor Documentation

template<typename Tag >
TestTagged< Tag >::TestTagged ( int  value)
inline

Definition at line 43 of file TupleLookupByTag_test.cc.

Member Data Documentation

template<typename Tag >
int TestTagged< Tag >::value

Definition at line 42 of file TupleLookupByTag_test.cc.


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