Код: Выделить всё
class mDebug
{
std::ostringstream logStream;
public:
mDebug();
mDebug(const mDebug& other);
~mDebug();
template
mDebug& operator
Подробнее здесь: [url]https://stackoverflow.com/questions/78467048/operators-for-managing-debug-output[/url]
Мобильная версия