reader_tag

Synopsis

struct reader_tag
{
  // unspecified
};

Description

This tag represents the Reader monad.

#include <mpllibs/metamonad/reader_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
reader_tag::tag
reader_tag
reader_tag::type

[up]