struct ImPlot::GetterConstSize

Overview

struct GetterConstSize
{
    // fields

    float Size;

    // construction

    GetterConstSize(float size);

    // methods

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