WPILibC++ 2024.3.2
raw_ostream.h File Reference
#include <fmt/format.h>
#include "wpi/raw_ostream.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ print()

template<typename S , typename... Args>
void print ( wpi::raw_ostream os,
const S format_str,
Args &&...  args 
)

Prints formatted data to the stream os.

◆ vprint()

FMT_BEGIN_NAMESPACE void vprint ( wpi::raw_ostream os,
string_view  format_str,
fmt::format_args  args 
)
inline