C++ SDK Documentation  12.0.0
Vertica::VerticaBlock::NestedBlockPtr Struct Reference
Inheritance diagram for Vertica::VerticaBlock::NestedBlockPtr:
Inheritance graph
Collaboration diagram for Vertica::VerticaBlock::NestedBlockPtr:
Collaboration graph

Public Member Functions

 NestedBlockPtr (VerticaBlock *block)
 
 NestedBlockPtr (NestedBlockPtr &&movefrom) noexcept
 
 NestedBlockPtr (const NestedBlockPtr &other)
 
template<typename T >
NestedBlockPtroperator= (const T &other)=delete
 
NestedBlockPtroperator= (const NestedBlockPtr &other)
 

Detailed Description

Wraps a nested VerticaBlock, as for a complex type or array column. Assignment does a deep copy of the source block.