GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::CellFunction Concept Reference
Grid
Concept for functions invocable with grid cells, usable as cell field data.
#include <
concepts.hpp
>
Concept definition
template
<
typename
T,
typename
Gr
id
>
concept
GridFormat::Concepts::CellFunction
= std::invocable<T, GridDetail::CellReference<Grid>>
and is_scalar<GridDetail::CellFunctionScalarType<Grid, T>>
GridFormat::Concepts::CellFunction
Concept for functions invocable with grid cells, usable as cell field data.
Definition:
concepts.hpp:108
GridFormat
Concepts
CellFunction
Generated by
1.9.6