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

Contents

Namespaces

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

Typedefs

template<typename Cond, typename... Rules>
using star_must = star<if_must<Cond, Rules...>>