C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Defines a view of a sequence that appears to alter the elements' order. More...
#include <boost/mpl/advance.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/mpl/iterator_tags.hpp>
#include <boost/mpl/iterator_category.hpp>
#include <boost/mpl/next_prior.hpp>
Go to the source code of this file.
Namespaces | |
namespace | chapter7 |
Provide utilities availble to all Chapter 7 solutions. | |
namespace | boost |
Exists to inject functionality into the Boost namespace. | |
namespace | boost::mpl |
Exists to inject functionality into the Boost MPL namespace. | |
Defines a view of a sequence that appears to alter the elements' order.
Definition in file chapter-7-permutation_view.hpp.