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

Contents

Namespaces

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

Typedefs

template<typename Rule, typename Sep>
using list_must = seq<Rule, star<Sep, must<Rule>>>