state_tag

Synopsis

struct state_tag
{
  // unspecified
};

Description

This tag represents the State monad.

#include <mpllibs/metamonad/state_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
state_tag::tag
state_tag
state_tag::type

[up]