RESTinio
Loading...
Searching...
No Matches
Public Types | List of all members
restinio::utils::metaprogramming::impl::transform< Transform_F, From< Sources... >, To< Results... > > Struct Template Reference

#include <metaprogramming.hpp>

Public Types

using type
 

Detailed Description

template<template< class... > class Transform_F, template< class... > class From, typename... Sources, template< class... > class To, typename... Results>
struct restinio::utils::metaprogramming::impl::transform< Transform_F, From< Sources... >, To< Results... > >

Definition at line 222 of file metaprogramming.hpp.

Member Typedef Documentation

◆ type

template<template< class... > class Transform_F, template< class... > class From, typename... Sources, template< class... > class To, typename... Results>
using restinio::utils::metaprogramming::impl::transform< Transform_F, From< Sources... >, To< Results... > >::type
Initial value:
typename transform<
typename impl::head_of< L... >::type head_of_t
Metafunction to get the first item from a list of types.
typename impl::tail_of< L... >::type tail_of_t
Metafunction to get the tail of a list of types in a form of type_list.
run_on_this_thread_settings_t< Traits > on_this_thread()
A special marker for the case when http_server must be run on the context of the current thread.
typename transform< Transform_F, tail_of_t< Sources... >, To< Results..., typename Transform_F< head_of_t< Sources... > >::type > >::type type

Definition at line 224 of file metaprogramming.hpp.


The documentation for this struct was generated from the following file: