Template Function sequant::printf

Function Documentation

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

uses std::ostringstream + std::printf to print to stdout even if std::cout is captured (e.g., by Catch2)