gemmi/third_party/tao/pegtl/internal/if_apply.hpp file

Contents

Namespaces

namespace tao
namespace tao::TAO_PEGTL_NAMESPACE
namespace tao::TAO_PEGTL_NAMESPACE::internal

Classes

template<apply_mode A, typename Rule, typename... Actions>
struct tao::TAO_PEGTL_NAMESPACE::internal::if_apply_impl
template<typename Rule>
struct tao::TAO_PEGTL_NAMESPACE::internal::if_apply_impl<apply_mode::ACTION, Rule>
template<typename Rule, typename... Actions>
struct tao::TAO_PEGTL_NAMESPACE::internal::if_apply_impl<apply_mode::ACTION, Rule, Actions...>
template<typename Rule, typename... Actions>
struct tao::TAO_PEGTL_NAMESPACE::internal::if_apply_impl<apply_mode::NOTHING, Rule, Actions...>
template<typename Rule, typename... Actions>
struct tao::TAO_PEGTL_NAMESPACE::internal::if_apply
template<typename Rule, typename... Actions>
struct tao::TAO_PEGTL_NAMESPACE::internal::skip_control<if_apply<Rule, Actions...>>