MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Classes
Enumerable

The Enumerable typeclass defines operations on sequentially ordered datatypes. More...

Classes

struct  boost::mpl11::succ< e >
 Returns the successor of the given object. More...
 
struct  boost::mpl11::pred< e >
 Returns the predecessor of the given object. More...
 

Detailed Description

The Enumerable typeclass defines operations on sequentially ordered datatypes.

Methods

succ and pred.

Minimal complete definition

All the methods.