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

Method ptr

src/dbal/DynamicStruct_impl.hpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293template <class Derived, class Container, bool IsMutable>
294inline
295typename DynamicStruct<Derived, Container, IsMutable>::char_type*
296DynamicStruct<Derived, Container, IsMutable>::ptr() {
297 return const_cast<char_type*>(
298 static_cast<const DynamicStruct*>(this)->ptr()
299 );
300}
301
302template <class Derived, class Container, bool IsMutable>
303inline

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected