Vaucanson  1.4.1
static_if< b, T, U > Struct Template Reference

Choose between two types or values depending on a constant Boolean. More...

List of all members.


Detailed Description

template<bool b, typename T, typename U>
struct vcsn::misc::static_if< b, T, U >

Choose between two types or values depending on a constant Boolean.

Author:
Raphael Poss raph@.nosp@m.lrde.nosp@m..epit.nosp@m.a.fr
See also:
static_if_simple

Definition at line 89 of file static.hh.