#include <boost/type_traits.hpp>
#include <boost/mpl/find.hpp>
#include <boost/mpl/size.hpp>
#include <boost/mpl/push_back.hpp>
#include <iostream>
#include <cassert>
#include "scalars.h"
#include "celltreenode.h"
#include "shm_array.h"
#include "archives_config.h"
Go to the source code of this file.
|
typedef boost::mpl::push_back< Scalars, CelltreeNode< sizeof(Index), 1 > >::type | vistle::VectorTypes1 |
|
typedef boost::mpl::push_back< VectorTypes1, CelltreeNode< sizeof(Index), 2 > >::type | vistle::VectorTypes2 |
|
typedef boost::mpl::push_back< VectorTypes2, CelltreeNode< sizeof(Index), 3 > >::type | vistle::VectorTypes |
|