Searched refs:ApplyConstructor (Results 1 – 1 of 1) sorted by relevance
722 template <typename RESULT, typename... PARSER> class ApplyConstructor {725 constexpr ApplyConstructor(const ApplyConstructor &) = default;726 constexpr explicit ApplyConstructor(PARSER... p) : parsers_{p...} {} in ApplyConstructor() function762 return ApplyConstructor<RESULT, PARSER...>{p...}; in construct()