NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
NeoN::parallelForVectorKernel Concept Reference

#include <parallelAlgorithms.hpp>

Concept definition

template<typename Kernel, typename ValueType>
concept NeoN::parallelForVectorKernel = requires(Kernel t, ValueType val, size_t i) {
{
t(i)
} -> std::same_as<ValueType>;
}

Detailed Description

Definition at line 68 of file parallelAlgorithms.hpp.