WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
raw_ostream.hpp File Reference
#include <fmt/format.h>
#include "wpi/util/raw_ostream.hpp"

Go to the source code of this file.

Namespaces

namespace  wpi
namespace  wpi::util

Functions

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