ConfigSectionUpdate struct final
#include <config/config_store.hpp>
One pending config mutation applied against a single section snapshot.
The update list is evaluated as one logical unit by ConfigSectionView::. 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