WARPXM v1.10.0
Loading...
Searching...
No Matches
meta.h File Reference
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

struct  wxm::meta::all< Vals >
 Determines if all predicated values are true or not. More...
 
struct  wxm::meta::all< false, Vals... >
 
struct  wxm::meta::all< true, Vals... >
 

Namespaces

namespace  wxm
 Base namespace for everything not included in the global namespace.
 
namespace  wxm::meta
 

Functions

template<typename T >
std::vector< T > wxm::meta::apply_permutation (std::vector< T > &&vec, const std::vector< std::size_t > &p)
 Applies an order permutation (not in place?) to a vector.