exception_tag

Synopsis

struct exception_tag
{
  // unspecified
};

Description

This is the tag of the exception values.

#include <mpllibs/metamonad/exception_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
exception_tag::tag
exception_tag
exception_tag::type

[up]