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

Function length

example/cacheHierarchy/fkYAML/node.hpp:2359–2361  ·  view source on GitHub ↗

@brief Get the size of the referenced character sequence. @return The size of the referenced character sequence.

Source from the content-addressed store, hash-verified

2357 /// @brief Get the size of the referenced character sequence.
2358 /// @return The size of the referenced character sequence.
2359 size_type length() const noexcept {
2360 return m_len;
2361 }
2362
2363 /// @brief Get the maximum number of the character sequence size.
2364 /// @return The maximum number of the character sequence size.

Callers 1

node.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected