MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Format.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Journal
 

Typedefs

template<typename... Args>
using MayaFlux::Journal::format_string = fmt::format_string< Args... >
 

Functions

template<typename... Args>
std::string MayaFlux::Journal::format (format_string< std::remove_cvref_t< Args >... > fmt_str, Args &&... args)
 
template<typename... Args>
std::string MayaFlux::Journal::format_runtime (std::string_view fmt_str, Args &&... args)
 
std::string MayaFlux::Journal::vformat (std::string_view fmt_str, auto fmt_args)