MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isPermissibleConversion

Function isPermissibleConversion

lib/checkclass.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383static bool isPermissibleConversion(const std::string& type)
384{
385 return type == "std::initializer_list" || type == "std::nullptr_t";
386}
387
388void CheckClassImpl::checkExplicitConstructors()
389{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected