libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
qi::detail::MappingBuilder< idx, F, V > Struct Template Reference

#include <bindtype.hxx>

Public Types

using type = typename boost::mpl::push_back< typename MappingBuilder< idx-1, F, V >::type, typename ArgResolver< F, idx, typename boost::mpl::at_c< V, idx >::type >::type >::type
 

Detailed Description

template<int idx, typename F, typename V>
struct qi::detail::MappingBuilder< idx, F, V >

Definition at line 166 of file bindtype.hxx.

Member Typedef Documentation

template<int idx, typename F , typename V >
using qi::detail::MappingBuilder< idx, F, V >::type = typename boost::mpl::push_back< typename MappingBuilder<idx - 1, F, V>::type, typename ArgResolver<F, idx, typename boost::mpl::at_c<V, idx>::type>::type >::type

Definition at line 171 of file bindtype.hxx.


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