WPILibC++ 2024.3.2
std.h File Reference
#include <atomic>
#include <bitset>
#include <cstdlib>
#include <exception>
#include <memory>
#include <thread>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <vector>
#include "format.h"
#include "ostream.h"

Go to the source code of this file.

Classes

struct  formatter< std::thread::id, Char >
 
struct  formatter< std::error_code, Char >
 
struct  formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type >
 
struct  detail::has_flip< T, Enable >
 
struct  detail::has_flip< T, void_t< decltype(std::declval< T >().flip())> >
 
struct  detail::is_bit_reference_like< T >
 
struct  formatter< BitRef, Char, enable_if_t< detail::is_bit_reference_like< BitRef >::value > >
 
struct  formatter< std::atomic< T >, Char, enable_if_t< is_formattable< T, Char >::value > >
 

Namespaces

namespace  detail
 detail namespace with internal helper functions
 

Macros

#define FMT_USE_TYPEID   0
 

Macro Definition Documentation

◆ FMT_USE_TYPEID

#define FMT_USE_TYPEID   0