7#include "../macros.hpp"
12hi_export_module(hikogui.console.print : intf);
14namespace hi {
inline namespace v1 {
23hi_export
template<
typename...
Args>
24void print(std::format_string<Args...>
fmt,
Args&&... args)
noexcept;
33hi_export
template<
typename...
Args>
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
hi_export void println(std::format_string< Args... > fmt, Args &&... args) noexcept
Output a line of text to the console.
hi_export void print(std::format_string< Args... > fmt, Args &&... args) noexcept
Output text to the console.
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377