遇见YY

导航

 

2021年1月15日

摘要: template class oprional;//since C++17 The class template std::optional manages an optional contained value, i.e. a value that may or may not be presen 阅读全文
posted @ 2021-01-15 15:08 一骑红尘妃子笑! 阅读(469) 评论(0) 推荐(0)
 
摘要: #include <iostream> class Example { public: Example() { std::cout << "Default Example!" << std::endl; } Example(int id) : ID(id) { std::cout << "Examp 阅读全文
posted @ 2021-01-15 10:42 一骑红尘妃子笑! 阅读(932) 评论(0) 推荐(0)