LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
monadplus.h File Reference
#include <boost/optional.hpp>
+ Include dependency graph for monadplus.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LeechCraft::Util::InstanceMonadPlus< T >
 
struct  LeechCraft::Util::InstanceMonadPlus< boost::optional< T > >
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

template<typename MP >
MP LeechCraft::Util::Mzero ()
 
template<typename MP >
auto LeechCraft::Util::operator+ (const MP &m1, const MP &m2) -> decltype(Mplus(m1)(m2))
 

Variables

struct {
LeechCraft::Util::Mplus