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
internal::named_arg_base< Char > Struct Template Reference
Inheritance diagram for internal::named_arg_base< Char >:

Public Member Functions

 named_arg_base (basic_string_view< Char > nm)
 
template<typename Context >
basic_format_arg< Context > deserialize () const
 

Public Attributes

basic_string_view< Char > name
 
char data [sizeof(basic_format_arg< buffer_context< Char > >)]
 

Constructor & Destructor Documentation

◆ named_arg_base()

template<typename Char >
internal::named_arg_base< Char >::named_arg_base ( basic_string_view< Char >  nm)
inline
16172: name(nm) {}

Member Function Documentation

◆ deserialize()

template<typename Char >
template<typename Context >
basic_format_arg< Context > internal::named_arg_base< Char >::deserialize ( ) const
inline
16174 {
16176 std::memcpy(&arg, data, sizeof(basic_format_arg<Context>));
16177 return arg;
16178 }
Definition duckdb.cpp:15777

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