WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
args.h File Reference
#include <functional>
#include <memory>
#include <vector>
#include "format.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 > >
 
struct  detail::node< typename >
 
class  detail::dynamic_arg_list
 
class  dynamic_format_arg_store< Context >
 A dynamic list of formatting arguments with storage. More...
 

Namespaces

namespace  detail
 detail namespace with internal helper functions
 

Functions

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