#include <boost/mpl/vector.hpp>
#include <boost/mpl/fold.hpp>
#include <boost/mpl/set.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/mpl/bind.hpp>
Go to the source code of this file.
|
class | o2::mpl::make_mpl_vector< T > |
| type trait to transparently use sequences of types This type trait simply forwards to the given type if it is already a sequence but wraps any non-sequence type into an mpl vector with one entry. More...
|
|
struct | o2::mpl::do_typewrap< Seq, Wrapper > |
|
struct | o2::mpl::apply_at_sequence_position< _IndexT, _Iterator, _End, _ReturnT, _Index, F > |
|
struct | o2::mpl::apply_at_sequence_position< _IndexT, _End, _End, _ReturnT, _Index, F > |
|
struct | o2::mpl::defaultFunctor |
|
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::mpl |
|
|
template<typename _Sequence , typename _IndexT = int, typename F = defaultFunctor> |
F::return_type | o2::mpl::apply_at (_IndexT position, F f) |
|