А⚙
Size: a a a
А⚙
CD
unique_ptr<shape_interface> shape_from_name(std::string_view name) {
if (name == "circle") return make_unique<ciricle>();
//...
}
CD
А⚙
CD
CD
А⚙
CD
А⚙
CD
А⚙
unique_ptr<shape_interface> shape_from_name(std::string_view name) {
if (name == "circle") return make_unique<ciricle>();
//...
}
CD
CD
А⚙
CD
А⚙
CD
А⚙
CD
А⚙