#define nElementsHasher_H

//=== autor:Elwardi ===//
namespace Foam
{
    namespace mff
    {
        template <class T>
        struct nElementsHash;
    }
}

Hashing for first n elements of list data

Foam::mff::nElementsHash

template <class T>
struct nElementsHash
{
};

This template is mainly used in kdTrees wrapping Hashing algorithms from OpenFOAM for a subset of contiguous and non-contiguous data containers