NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
NeoN
parallelForVectorKernel
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>;
}
NeoN::parallelForVectorKernel
Definition
parallelAlgorithms.hpp:68
Detailed Description
Definition at line
68
of file
parallelAlgorithms.hpp
.
Generated by
1.9.8