C++ SDK Documentation
24.2.0
|
Public Member Functions | |
NestedBlockPtr (VerticaBlock *block) | |
NestedBlockPtr (NestedBlockPtr &&movefrom) noexcept | |
NestedBlockPtr (const NestedBlockPtr &other) | |
template<typename T > | |
NestedBlockPtr & | operator= (const T &other)=delete |
NestedBlockPtr & | operator= (const NestedBlockPtr &other) |
Wraps a nested VerticaBlock, as for a complex type or array column. Assignment does a deep copy of the source block.