Template Function sequant::wprintf

Function Documentation

template<typename ...Args>
void sequant::wprintf(Args&&... args)

uses std::wostringstream + std::wprintf to print to stdout even if wcout is captured (e.g., by Catch2)