Public Types | Public Member Functions

mln::util::yes Struct Reference
[Utilities]

Object that always says "yes". More...

#include <yes.hh>

Inheritance diagram for mln::util::yes:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef yes exact_t

Public Member Functions

 operator bool () const
 yes ()
 yes (bool)

Detailed Description

Object that always says "yes".


Member Typedef Documentation

typedef Object<void> mln::Object< yes >::category [inherited]
typedef yes mln::Object< yes >::exact_t [inherited]

Constructor & Destructor Documentation

mln::util::yes::yes (  )  [inline]
mln::util::yes::yes ( bool   )  [inline, explicit]

Member Function Documentation

mln::util::yes::operator bool (  )  const [inline]