Computer concept for families that require a typed altitude span.
More...
#include <AttributeComputerRegistry.hpp>
template<class Computer, class Real float, class T std::uint8_t>
requires(const AltitudeAttributeComputeContext<Real, T>& context, const AltitudeUnitAttributeComputeContext<Real, T>& unitContext) {
{ Computer::compute(context) } -> std::same_as<void>;
{ Computer::computeUnitRows(
unitContext) } -> std::same_as<void>;
}
Value types accepted by generic altitude helpers.
Computer concept for families that require a typed altitude span.
Verifies the complete static protocol of one attribute computer.
Owning result for one computed scalar attribute layout and buffer.
Computer concept for families that require a typed altitude span.
Definition at line 82 of file AttributeComputerRegistry.hpp.