#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
Last modified May 29, 2024: feat: complete rework for the API and unittest docs (4788495)