Код: Выделить всё
template
void log_debug(const Arg&... args) {
if constexpr(Debug) {
(std::clog
Подробнее здесь: [url]https://stackoverflow.com/questions/79327530/how-to-call-operator-onto-variadic-template-parameter-values-with-preceeding[/url]
Код: Выделить всё
template
void log_debug(const Arg&... args) {
if constexpr(Debug) {
(std::clog
Подробнее здесь: [url]https://stackoverflow.com/questions/79327530/how-to-call-operator-onto-variadic-template-parameter-values-with-preceeding[/url]