Thrill  0.1
CASE< Tag, Type_, Next_ > Struct Template Reference

Detailed Description

template<int Tag, class Type_, class Next_ = NilCase>
struct foxxll::CASE< Tag, Type_, Next_ >

Definition at line 31 of file tmeta.hpp.

#include <tmeta.hpp>

Public Types

enum  { tag = Tag }
 
using Next = Next_
 
using Type = Type_
 

Member Typedef Documentation

◆ Next

using Next = Next_

Definition at line 35 of file tmeta.hpp.

◆ Type

using Type = Type_

Definition at line 34 of file tmeta.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
tag 

Definition at line 33 of file tmeta.hpp.


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