WPILibC++ 2024.3.2
args.h File Reference
#include <functional>
#include <memory>
#include <vector>
#include "core.h"

Go to the source code of this file.

Classes

struct  detail::is_reference_wrapper< T >
 
struct  detail::is_reference_wrapper< std::reference_wrapper< T > >
 
class  detail::dynamic_arg_list
 
class  dynamic_format_arg_store< Context >
 \rst A dynamic version of fmt::format_arg_store. More...
 

Namespaces

namespace  detail
 detail namespace with internal helper functions
 

Functions

template<typename T >
const T & detail::unwrap (const T &v)
 
template<typename T >
const T & detail::unwrap (const std::reference_wrapper< T > &v)