RESTinio
|
#include <metaprogramming.hpp>
Public Types | |
using | type = typename transform< Transform_F, tail_of_t< Sources... >, To< Results..., typename Transform_F< head_of_t< Sources... > >::type > >::type |
Definition at line 224 of file metaprogramming.hpp.
using restinio::utils::metaprogramming::impl::transform< Transform_F, From< Sources... >, To< Results... > >::type = typename transform< Transform_F, tail_of_t<Sources...>, To<Results..., typename Transform_F< head_of_t<Sources...> >::type> >::type |
Definition at line 226 of file metaprogramming.hpp.