Код: Выделить всё
#include
#include
namespace foo {
struct A {};
}
std::ostream& operator
Подробнее здесь: [url]https://stackoverflow.com/questions/72706198/printing-a-type-in-a-namespace-via-fmt-and-ostream[/url]
Код: Выделить всё
#include
#include
namespace foo {
struct A {};
}
std::ostream& operator
Подробнее здесь: [url]https://stackoverflow.com/questions/72706198/printing-a-type-in-a-namespace-via-fmt-and-ostream[/url]