MCPcopy Create free account
hub / github.com/apache/madlib / size

Method size

src/dbal/DynamicStruct_impl.hpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309template <class Derived, class Container, bool IsMutable>
310inline
311size_t
312DynamicStruct<Derived, Container, IsMutable>::size() const {
313 return end() - begin();
314}
315
316/*
317 * Note that there is also a version for

Callers 3

bindToStreamMethod · 0.95
setSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected