gemmi/third_party/tao/pegtl/nothing.hpp file

Contents

Namespaces

namespace tao
namespace tao::TAO_PEGTL_NAMESPACE

Classes

template<typename Rule>
struct tao::TAO_PEGTL_NAMESPACE::nothing

Typedefs

template<template<typename...> class Action, typename Rule>
using is_nothing = std::is_base_of<nothing<Rule>, Action<Rule>>