#include <combination.hpp>
Classes | |
struct | p |
Public Types | |
using | _comb_choice = decltype(_comb_choice_(lexy::_detail::index_sequence_for< R... >{})) |
Static Public Member Functions | |
template<std::size_t... Idx> | |
static auto | _comb_choice_ (lexy::_detail::index_sequence< Idx... >) |
Static Public Attributes | |
template<typename Tag > | |
static constexpr _comb< Tag, ElseRule, R... > | duplicate_error = {} |
template<typename Tag > | |
static constexpr _comb< DuplicateError, _err< Tag, void >, R... > | missing_error = {} |
Definition at line 64 of file combination.hpp.
using lexyd::_comb< DuplicateError, ElseRule, R >::_comb_choice = decltype(_comb_choice_(lexy::_detail::index_sequence_for<R...>{})) |
Definition at line 74 of file combination.hpp.
|
inlinestatic |
Definition at line 67 of file combination.hpp.
|
staticconstexpr |
Definition at line 122 of file combination.hpp.
|
staticconstexpr |
Definition at line 125 of file combination.hpp.