MCPcopy Create free account
hub / github.com/boostorg/parser / make_default_combining

Function make_default_combining

include/boost/parser/parser.hpp:3851–3855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3849 }
3850 template<template<class...> class Tuple, typename... Args>
3851 constexpr auto make_default_combining(Tuple<Args...>)
3852 {
3853 return detail::make_default_combining_impl<0>(
3854 std::make_integer_sequence<int, sizeof...(Args)>());
3855 }
3856 template<typename ParserTuple>
3857 using default_combining_t = decltype(detail::make_default_combining(
3858 std::declval<ParserTuple>()));

Callers 1

parser.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected