Vcsn
2.0
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
type_traits.hh
Go to the documentation of this file.
1
#pragma once
2
3
namespace
vcsn
4
{
5
// Wait for C++14.
6
template
<
bool
Cond,
typename
T =
void
>
7
using
enable_if_t
=
typename
std::enable_if<Cond, T>::type;
8
}
vcsn::enable_if_t
typename std::enable_if< Cond, T >::type enable_if_t
Definition:
type_traits.hh:7
vcsn
misc
type_traits.hh
Generated by
1.8.7