![]() |
WPILibC++ 2025.3.2
|
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 & |