struct ImPlot::IndexerConst

Overview

struct IndexerConst
{
    // typedefs

    typedef double value_type;

    // fields

    const double Ref;

    // construction

    IndexerConst(double ref);

    // methods

    template <typename I>
    IMPLOT_INLINE double operator [] (I) const;
};