摘要: 2.访问者模式 #include <cstdlib> #include <iostream> #include <string> #include <variant> struct Print { void operator()( int value ) const { std::cout << " 阅读全文
posted @ 2026-01-04 16:27 王小于的啦 阅读(3) 评论(0) 推荐(0)