struct Core::Portable::ViewBuilder::AttributeModifier::SavedValue

struct SavedValue
{
    // fields

    int index;
    CString128 value;

    // construction

    SavedValue(int index = 0, CStringPtr value = nullptr);
};