[#common-SettingsAbortFn] = xref:common.adoc[common]::SettingsAbortFn :relfileprefix: ../ :mrdocs: Callback function to let the user decide whether to abort loading if settings.json file exists and can't be parsed, or to ignore the error and overwrite the file. == Synopsis Declared in `<common/init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using SettingsAbortFn = std::function<bool(xref:bilingual_str.adoc[bilingual_str] const&, std::vector<std::string> const&)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#