MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / empty

Method empty

external/parallel_hashmap/phmap_base.h:3251–3251  ·  view source on GitHub ↗

Span::empty() Returns a boolean indicating whether or not this span is considered empty.

Source from the content-addressed store, hash-verified

3249 //
3250 // Returns a boolean indicating whether or not this span is considered empty.
3251 constexpr bool empty() const noexcept { return size() == 0; }
3252
3253 // Span::operator[]
3254 //

Callers 1

node_handle_baseClass · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected