MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / end

Method end

example/cacheHierarchy/fkYAML/node.hpp:10516–10518  ·  view source on GitHub ↗

@brief Get an iterator to the past-the-last element. @return An iterator to the past-the-last element.

Source from the content-addressed store, hash-verified

10514 /// @brief Get an iterator to the past-the-last element.
10515 /// @return An iterator to the past-the-last element.
10516 iterator end() noexcept {
10517 return {mp_map->end()};
10518 }
10519
10520 /// @brief Get a const iterator to the past-the-last element.
10521 /// @return A const iterator to the past-the-last element.

Callers 15

add_serverMethod · 0.45
remove_serverMethod · 0.45
output_mrcMethod · 0.45
node.hppFile · 0.45
lexical_analyzerMethod · 0.45
extract_tag_nameMethod · 0.45
check_scalar_contentMethod · 0.45
normalize_tag_nameMethod · 0.45
FK_YAML_UNLIKELYMethod · 0.45
deserialize_directivesFunction · 0.45

Calls 1

cendMethod · 0.45

Tested by

no test coverage detected