Open Search
    Sum< VALUES > Struct Template Reference

    Detailed Description

    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
    VALUESThe values to sum.