WPILibC++ 2025.0.0-alpha-1-24-g6478ba6
raw_ostream.h File Reference
#include <fmt/format.h>
#include "wpi/raw_ostream.h"

Go to the source code of this file.

Namespaces

namespace  wpi
 

Functions

void wpi::vprint (wpi::raw_ostream &os, fmt::string_view format_str, fmt::format_args args)
 
template<typename S , typename... Args>
void wpi::print (wpi::raw_ostream &os, const S &format_str, Args &&... args)
 Prints formatted data to the stream os. More...