MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / endOM_TypeChecked

Method endOM_TypeChecked

framework/src/util/AnyMap.cpp:971–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969 }
970
971 any_map::ordered_any_map::const_iterator
972 any_map::endOM_TypeChecked() const
973 {
974 assert(type == ORDERED_MAP
975 && "You are calling endOM_TypeChecked() on map "
976 "whose type is not ORDERED_MAP.");
977 return map.o->end();
978 }
979
980 any_map::ordered_any_map::const_iterator
981 any_map::findOM_TypeChecked(key_type const& key) const

Callers 4

EvaluateMethod · 0.80
Properties.cppFile · 0.80
Value_unlockedMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected