pair_tag

Synopsis

struct pair_tag
{
  // unspecified
};

Description

This is the tag of the pair values.

#include <mpllibs/metamonad/pair_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
pair_tag::tag
pair_tag
pair_tag::type

[up]