Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
dynamic_at_c.hpp File ReferenceConstructs for static-to-dynamic integer convesion. More...
#include "../../core/gil_config.hpp"
#include <cassert>
#include <stdexcept>
#include <boost/mpl/at.hpp>
#include <boost/mpl/size.hpp>
Go to the source code of this file.
Detailed Description
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2006
Last updated on May 4, 2006
Definition in file dynamic_at_c.hpp.
Function Documentation
template<typename INT_TYPES, typename VALUE_TYPE> |
VALUE_TYPE 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.
Definition at line 116 of file dynamic_at_c.hpp. |
|