Sleipnir C++ API
Loading...
Searching...
No Matches
Print.hpp File Reference
#include <cstdio>
#include <print>
#include <system_error>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  sleipnir
 

Functions

template<typename... T>
void sleipnir::print (std::format_string< T... > fmt, T &&... args)
 
template<typename... T>
void sleipnir::print (std::FILE *f, std::format_string< T... > fmt, T &&... args)
 
template<typename... T>
void sleipnir::println (std::format_string< T... > fmt, T &&... args)
 
template<typename... T>
void sleipnir::println (std::FILE *f, std::format_string< T... > fmt, T &&... args)