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

Contents

Namespaces

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

Classes

template<bool>
struct tao::TAO_PEGTL_NAMESPACE::internal::bump_impl
template<>
struct tao::TAO_PEGTL_NAMESPACE::internal::bump_impl<true>
template<>
struct tao::TAO_PEGTL_NAMESPACE::internal::bump_impl<false>
template<bool...>
struct tao::TAO_PEGTL_NAMESPACE::internal::bool_list

Typedefs

template<bool... Bs>
using bool_and = std::is_same<bool_list<Bs..., true>, bool_list<true, Bs...>>

Functions

template<result_on_found R, typename Input, typename Char, Char... Cs>
void bump_help(Input& in, const std::size_t count) noexcept