Skip to content

File output.h

FileList > casvp > src > utils > output.h

Go to the source code of this file

  • #include <fmt/color.h>
  • #include <fmt/core.h>
  • #include <fmt/ranges.h>

Public Functions

Type Name
void Fatal (fmt::format_string< T... > fmt, T &&... args)
void Info (fmt::format_string< T... > fmt, T &&... args)
void Warning (fmt::format_string< T... > fmt, T &&... args)

Public Functions Documentation

function Fatal

template<typename... T>
inline void Fatal (
    fmt::format_string< T... > fmt,
    T &&... args
) 

function Info

template<typename... T>
inline void Info (
    fmt::format_string< T... > fmt,
    T &&... args
) 

function Warning

template<typename... T>
inline void Warning (
    fmt::format_string< T... > fmt,
    T &&... args
) 


The documentation for this class was generated from the following file projects/casvp/src/utils/output.h