MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / size

Function size

extern/imgui/imgui.h:1856–1856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854
1855 inline bool empty() const { return Size == 0; }
1856 inline int size() const { return Size; }
1857 inline int size_in_bytes() const { return Size * (int)sizeof(T); }
1858 inline int max_size() const { return 0x7FFFFFFF / (int)sizeof(T); }
1859 inline int capacity() const { return Capacity; }

Callers 9

nbytesMethod · 0.50
nbytesMethod · 0.50
emptyMethod · 0.50
emptyMethod · 0.50
emptyMethod · 0.50
emptyMethod · 0.50
emptyMethod · 0.50
eraseMethod · 0.50
max_sizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected