◆ Cast() [1/2]
| TARGET & duckdb::FunctionData::Cast |
( |
| ) |
|
|
inline |
13843 {
13844 DynamicCastCheck<TARGET>(this);
13845 return reinterpret_cast<TARGET &>(*this);
13846 }
◆ Cast() [2/2]
13848 {
13849 DynamicCastCheck<TARGET>(this);
13850 return reinterpret_cast<const TARGET &>(*this);
13851 }
◆ CastNoConst()
| TARGET & duckdb::FunctionData::CastNoConst |
( |
| ) |
const |
|
inline |
13854 {
13855 return const_cast<TARGET &>(Cast<TARGET>());
13856 }
The documentation for this struct was generated from the following file: