overloading_error_tag

Synopsis

struct overloading_error_tag
{
  // unspecified
};

Description

tag that can be used as tag of errors, when an overloaded function is called with an argument there is no overload for. The tag of this tag is tag_tag.

#include <mpllibs/metamonad/overloading_error.hpp>

Expression semantics

The following are equivalent

tag_tag
overloading_error::tag
overloading_error
overloading_error::type

[up]