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

Method GetEffectiveStandard

Source/cmStandardLevelResolver.cxx:532–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532std::string cmStandardLevelResolver::GetEffectiveStandard(
533 cmGeneratorTarget const* target, std::string const& lang,
534 std::string const& config) const
535{
536 auto const& mapping = StandardComputerMapping.find(lang);
537 if (mapping == cm::cend(StandardComputerMapping)) {
538 return std::string{};
539 }
540
541 return mapping->second.GetEffectiveStandard(this->Makefile, target, config);
542}
543
544std::string cmStandardLevelResolver::GetLevelString(
545 std::string const& lang, cmStandardLevel level) const

Callers 1

CheckCxxModuleStatusMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected