Код: Выделить всё
#include
#include "iostream"
template
class Base {
public:
Base(Vty value) : _baseValue(std::move(value)) {}
virtual auto print() -> void {
std::cout print();
}
Код: Выделить всё
printКод: Выделить всё
printИсточник: https://stackoverflow.com/questions/781 ... omatically
Мобильная версия