3#include <Foundation/Containers/HashSet.h>
4#include <Foundation/Containers/HybridArray.h>
5#include <Foundation/Containers/Map.h>
6#include <Foundation/Strings/HashedString.h>
7#include <RendererCore/Declarations.h>
27 plUInt32 GetPermutationCount()
const;
This class is optimized to take nearly no memory (sizeof(void*)) and to allow very fast checks whethe...
Definition HashedString.h:25
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
A helper class to iterate over all possible permutations.
Definition PermutationGenerator.h:15