mpc
Haskell-like feature supports in C++
|
Go to the source code of this file.
Typedefs | |
template<std::size_t Idx, class Variant > | |
using | mpc::alternative_value_t = typename std::variant_alternative_t< Idx, std::remove_cvref_t< Variant > >::value_type |
alternative_value_t More... | |
using mpc::alternative_value_t = typedef typename std::variant_alternative_t<Idx, std::remove_cvref_t<Variant> >::value_type |
alternative_value_t