|
MPL11
|
The Functor typeclass is used for types that can be mapped over.
More...
Classes | |
| struct | boost::mpl11::fmap< f, structure > |
Returns the result of mapping a metafunction class over a Functor. More... | |
The Functor typeclass is used for types that can be mapped over.
Instances of Functor must satisfy the following laws:
fmap
1.8.7