Open Search
    Or< T, VALUES > Struct Template Reference

    Detailed Description

    template<typename T, T... VALUES>
    struct maxon::Or< T, VALUES >

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

    Template Parameters
    TThe type of the values, may be Bool, an integral type or an enum type.
    VALUESThe values to combine.