[#CScriptCheck-operator_call] = xref:CScriptCheck.adoc[CScriptCheck]::operator() :relfileprefix: ../ :mrdocs: Run the script verification for the configured input. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<std::pair<ScriptError, std::string>> operator()(); ---- == Return Value std::nullopt on success, or the script error and a descriptive string on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#