MCPcopy Create free account
hub / github.com/ceph/ceph / max_size

Method max_size

src/common/mini_flat_map.h:343–345  ·  view source on GitHub ↗

return maximum number of elements that container can hold. * @return size_t */

Source from the content-addressed store, hash-verified

341 * @return size_t
342 */
343 auto max_size() const {
344 return data.size();
345 }
346
347 /** Returns a reference to the mapped value of the element with specified key.
348 * If no such element exists, an exception of type std::out_of_range is

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected