Vcsn
2.4
Be Rational
|
#include <type_traits>
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 |