prf::config::ConfigSectionUpdate struct final

One pending config mutation applied against a single section snapshot.

The update list is evaluated as one logical unit by ConfigSectionView::apply_updates_atomically(). Validation and normalizing are performed against a temporary snapshot, so the live section state stays untouched unless the whole batch is persisted successfully.

Public variables

std::string_view key
ConfigValue value