Sum< VALUES > Struct Template Reference

#include <apibasemath.h>

详细描述

template<Int... VALUES>
struct maxon::Sum< VALUES >

Computes the sum of the given VALUES. The result is stored in the static member value .

Template Parameters
VALUES The values to sum.