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::optional_ptr< T, SAFE > Member List

This is the complete list of members for duckdb::optional_ptr< T, SAFE >, including all inherited members.

CheckValid() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
get() (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
get() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
get_mutable() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator bool() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator!=(const optional_ptr< T > &rhs) const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator*() (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator*() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator->() (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator->() const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
operator==(const optional_ptr< T > &rhs) const (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
optional_ptr() noexcept (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
optional_ptr(T *ptr_p) (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
optional_ptr(T &ref) (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
optional_ptr(const unique_ptr< T > &ptr_p) (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
optional_ptr(const shared_ptr< T > &ptr_p) (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >inline
ptr (defined in duckdb::optional_ptr< T, SAFE >)duckdb::optional_ptr< T, SAFE >private