#include <gen.hpp>
|
| using | type = decltype(generator::next())::type |
| |
|
| template<typename T > |
| static constexpr auto | push (void) -> generator< parser, pos+1, typename Output::push_back< T > > |
| |
| static constexpr auto | next (void) |
| |
◆ type
template<auto parser, std::size_t pos, typename Output >
| using generator< parser, pos, Output >::type = decltype(generator::next())::type |
◆ next()
template<auto parser, std::size_t pos, typename Output >
◆ push()
template<auto parser, std::size_t pos, typename Output >
The documentation for this struct was generated from the following file: