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

Contents

Namespaces

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

Typedefs

template<unsigned Min, typename Rule, typename... Rules>
using rep_min = seq<rep<Min, Rule, Rules...>, star<Rule, Rules...>>