Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bslmf::TypeList2< t_A1, t_A2 > Struct Template Reference

#include <bslmf_typelist.h>

Inheritance diagram for bslmf::TypeList2< t_A1, t_A2 >:
bslmf::TypeList< t_A1, t_A2, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil >

List of all members.

Classes

struct  TypeOf

Public Types

enum  { LENGTH = 2 }
typedef TypeList2< t_A1, t_A2 > ListType
typedef t_A1 Type1
typedef t_A2 Type2
typedef ListType Type

Detailed Description

template<class t_A1, class t_A2>
struct bslmf::TypeList2< t_A1, t_A2 >

List of a two types t_A1, t_A2 types

See Component bslmf_typelist


Member Typedef Documentation

template<class t_A1, class t_A2>
typedef TypeList2<t_A1, t_A2> bslmf::TypeList2< t_A1, t_A2 >::ListType
template<class t_A1, class t_A2>
typedef t_A1 bslmf::TypeList2< t_A1, t_A2 >::Type1
template<class t_A1, class t_A2>
typedef t_A2 bslmf::TypeList2< t_A1, t_A2 >::Type2
template<class t_A1, class t_A2>
typedef ListType bslmf::TypeList2< t_A1, t_A2 >::Type

Member Enumeration Documentation

template<class t_A1, class t_A2>
anonymous enum
Enumerator:
LENGTH 

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