MCPcopy Create free account
hub / github.com/Kitware/CMake / PresetUIntHelper

Function PresetUIntHelper

Source/cmCMakePresetsGraphReadJSON.cxx:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387bool PresetUIntHelper(unsigned int& out, Json::Value const* value,
388 cmJSONState* state)
389{
390 static auto const helper = JSONHelperBuilder::UInt();
391 return helper(out, value, state);
392}
393
394bool PresetOptionalUIntHelper(cm::optional<unsigned int>& out,
395 Json::Value const* value, cmJSONState* state)

Callers

nothing calls this directly

Calls 1

UIntFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…