Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::SortKeyNoPayload< SORT_KEY > Struct Template Reference

Public Member Functions

data_ptr_t GetPayload () const
 
void SetPayload (const data_ptr_t &payload)
 

Static Public Attributes

static constexpr bool HAS_PAYLOAD = false
 

Protected Attributes

friend SORT_KEY
 

Member Function Documentation

◆ GetPayload()

template<class SORT_KEY >
data_ptr_t duckdb::SortKeyNoPayload< SORT_KEY >::GetPayload ( ) const
inline
55370 {
55371 throw InternalException("GetPayload() called on a SortKeyNoPayload");
55372 }

◆ SetPayload()

template<class SORT_KEY >
void duckdb::SortKeyNoPayload< SORT_KEY >::SetPayload ( const data_ptr_t &  payload)
inline
55374 {
55375 throw InternalException("SetPayload() called on a SortKeyNoPayload");
55376 }

The documentation for this struct was generated from the following file: