Public Types | Public Member Functions | Static Public Member Functions

mln::literal::min_t Struct Reference

Type of literal min. More...

#include <min.hh>

Inheritance diagram for mln::literal::min_t:
Inheritance graph

List of all members.

Public Types

typedef Literal< void > category
typedef min_t exact_t

Public Member Functions

template<typename T >
 operator T () const

Static Public Member Functions

static const min_tthe ()

Detailed Description

Type of literal min.

Definition at line 44 of file literal/min.hh.


Member Typedef Documentation

typedef Literal<void> mln::Literal< min_t >::category [inherited]

Reimplemented from mln::Object< min_t >.

Definition at line 58 of file literal.hh.

typedef min_t mln::Object< min_t >::exact_t [inherited]

Definition at line 173 of file object.hh.


Member Function Documentation

template<typename T >
mln::literal::min_t::operator T (  )  const [inline]

Definition at line 60 of file literal/min.hh.

static const min_t & mln::Literal< min_t >::the (  )  [static, inherited]