Implement std::make_unique in C++11 ⌛️ Feb 4, 2021 · ☕ 1 min read How to add std::make_unique from C++14 into your C++11 code base.
What is arrow (->) in function declaration in C++ ⌛️ Jan 1, 2021 · ☕ 1 min read There is arrow (->) in function heading in C++. What is it?