Vcsn  2.2
Be Rational
vcsn::detail::eval_if_c< c, F1, F2 > Struct Template Reference

Test if (c) then F1 else F2 and get the value. More...

#include <tuple.hh>

Inheritance diagram for vcsn::detail::eval_if_c< c, F1, F2 >:
Collaboration diagram for vcsn::detail::eval_if_c< c, F1, F2 >:

Detailed Description

template<bool c, typename F1, typename F2>
struct vcsn::detail::eval_if_c< c, F1, F2 >

Test if (c) then F1 else F2 and get the value.

Definition at line 363 of file tuple.hh.


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