Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::if_c< c, T1, T2 > Struct Template Reference

#include <tuple.hh>

Inheritance diagram for vcsn::detail::if_c< c, T1, T2 >:
Collaboration diagram for vcsn::detail::if_c< c, T1, T2 >:

Public Types

typedef T1 type
 

Detailed Description

template<bool c, class T1, class T2>
struct vcsn::detail::if_c< c, T1, T2 >

Definition at line 247 of file tuple.hh.

Member Typedef Documentation

template<bool c, class T1, class T2>
typedef T1 vcsn::detail::if_c< c, T1, T2 >::type

Definition at line 247 of file tuple.hh.


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