syntax_tag

Synopsis

struct syntax_tag
{
  // unspecified
};

Description

This is the tag of the syntax values.

#include <mpllibs/metamonad/syntax_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
syntax_tag::tag
syntax_tag
syntax_tag::type

[up]