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

Function max_size

example/cacheHierarchy/fkYAML/node.hpp:2365–2367  ·  view source on GitHub ↗

@brief Get the maximum number of the character sequence size. @return The maximum number of the character sequence size.

Source from the content-addressed store, hash-verified

2363 /// @brief Get the maximum number of the character sequence size.
2364 /// @return The maximum number of the character sequence size.
2365 constexpr size_type max_size() const noexcept {
2366 return static_cast<size_type>(std::numeric_limits<difference_type>::max());
2367 }
2368
2369 /// @brief Checks if the referenced character sequence is empty.
2370 /// @return true if empty, false otherwise.

Callers 2

max_bucket_countMethod · 0.85
_insert_atMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected