Vcsn  2.2
Be Rational
type_traits.hh File Reference
#include <type_traits>
Include dependency graph for type_traits.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::detail::voider<... >
 
struct  vcsn::detail::detect< typename, class, typename >
 
struct  vcsn::detail::detect< T, Op, void_t< Op< T > > >
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<bool B>
using vcsn::bool_constant = std::integral_constant< bool, B >
 
template<typename... Ts>
using vcsn::detail::void_t = typename voider< Ts... >::type