Constructs for static-to-dynamic integer convesion. More...
#include "../../gil_config.hpp"
#include <cassert>
#include <stdexcept>
#include <boost/mpl/at.hpp>
#include <boost/mpl/size.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
boost::gil::detail | |
boost::gil::detail::at_c | |
Macros | |
#define | GIL_AT_C_VALUE(z, N, text) mpl::at_c<IntTypes,S+N>::type::value, |
#define | GIL_DYNAMIC_AT_C_LIMIT 226 |
#define | GIL_AT_C_LOOKUP(z, NUM, text) |
Functions | |
template<typename IntTypes , typename ValueType > | |
ValueType | boost::gil::at_c (std::size_t index) |
Given an MPL Random Access Sequence and a dynamic index n, returns the value of the n-th element It constructs a lookup table at compile time. More... | |
Constructs for static-to-dynamic integer convesion.
#define GIL_AT_C_LOOKUP | ( | z, | |
NUM, | |||
text | |||
) |
#define GIL_DYNAMIC_AT_C_LIMIT 226 |