reader monad

This is the C++ template metaprogramming equivalent of Haskell's Reader monad. Monadic values are metafunctions classes taking the state as argument and returning some value. The purpose of this monad is to combine such functions.

General information

[up]