box_tag

Synopsis

struct box_tag
{
  // unspecified
};

Description

This is the tag of the boxed values built with box.

#include <mpllibs/metamonad/box_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
box_tag::tag
box_tag
box_tag::type

[up]