WPILibC++ 2025.0.0-alpha-1-14-g3b6f38d
print.h File Reference
#include <system_error>
#include <utility>
#include <fmt/core.h>

Go to the source code of this file.

Namespaces

namespace  wpi
 

Functions

template<typename... T>
void wpi::print (fmt::format_string< T... > fmt, T &&... args)
 Wrapper around fmt::print() that squelches write failure exceptions. More...
 
template<typename... T>
void wpi::print (std::FILE *f, fmt::format_string< T... > fmt, T &&... args)
 Wrapper around fmt::print() that squelches write failure exceptions. More...
 
template<typename... T>
void wpi::println (fmt::format_string< T... > fmt, T &&... args)
 Wrapper around fmt::println() that squelches write failure exceptions. More...
 
template<typename... T>
void wpi::println (std::FILE *f, fmt::format_string< T... > fmt, T &&... args)
 Wrapper around fmt::println() that squelches write failure exceptions. More...