Defines boost::mpl11::detail::left_folds::variadic_variabletp
.
More...
Go to the source code of this file.
|
template<template< typename...> class f, typename state , typename... xs> |
using | boost::mpl11::detail::left_folds::variadic_variabletp = decltype(variable_impl< f, state, xs..., done >) |
| Variadic left-fold using variable templates.
|
|
Defines boost::mpl11::detail::left_folds::variadic_variabletp
.
- Copyright
- Louis Dionne 2014 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://www.boost.org/LICENSE_1_0.txt)