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
format_args Struct Reference
Inheritance diagram for format_args:
Collaboration diagram for format_args:

Public Member Functions

template<typename... Args>
 format_args (Args &&... args)
 
- Public Member Functions inherited from basic_format_args< format_context >
 basic_format_args (const format_arg_store< format_context, Args... > &store)
 
 basic_format_args (const format_arg *args, int count)
 
format_arg get (int index) const
 
int max_size () const
 

Additional Inherited Members

- Public Types inherited from basic_format_args< format_context >
using size_type = int
 
using format_arg = basic_format_arg< format_context >
 
- Public Attributes inherited from basic_format_args< format_context >
const internal::value< format_context > * values_
 
const format_argargs_
 

Detailed Description

An alias to basic_format_args<context>.

Constructor & Destructor Documentation

◆ format_args()

template<typename... Args>
format_args::format_args ( Args &&...  args)
inline
16142 : basic_format_args<format_context>(std::forward<Args>(args)...) {}
Definition duckdb.cpp:16051

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