Defines the Group typeclass. More...
#include <boost/mpl11/fwd/group.hpp>
#include <boost/mpl11/fwd/bool.hpp>
#include <boost/mpl11/fwd/core.hpp>
#include <boost/mpl11/fwd/monoid.hpp>
#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/core.hpp>
Go to the source code of this file.
Classes | |
struct | boost::mpl11::minus< x, y > |
Equivalent to plus<x, negate<y>> . More... | |
struct | boost::mpl11::negate< x > |
Returns the inverse of x . More... | |
Defines the Group typeclass.