Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
type_traits.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 

Typedefs

template<bool Cond, typename T = void>
using vcsn::enable_if_t = typename std::enable_if< Cond, T >::type