![]() |
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.
|
Public Member Functions | |
| format_arg_store (const Args &... args) | |
Static Public Attributes | |
| static constexpr unsigned long long | types |
Private Types | |
| using | value_type = conditional_t< is_packed, internal::value< Context >, basic_format_arg< Context > > |
Private Attributes | |
| value_type | data_ [num_args+(num_args==0 ? 1 :0)] |
Static Private Attributes | |
| static const size_t | num_args = sizeof...(Args) |
| static const bool | is_packed = num_args < internal::max_packed_args |
Friends | |
| class | basic_format_args< Context > |
\rst An array of references to arguments. It can be implicitly converted into ~fmtbasic_format_args for passing into type-erased formatting functions such as ~fmtvformat. \endrst
|
inline |
|
staticconstexpr |