개발 🛠💻/C++, Modern C++
C++17 std::optional
승지 T-Story
2023. 9. 8. 10:37
하 C++17을 공부한지 너무 오래된 듯 하다 ㅠㅠ
오늘 나의 멍청함 기록........
왜 std::optional의 nullptr과 nullopt 결과가 동일할거라 생각했지🥺

https://stackoverflow.com/questions/47791737/difference-between-nullptr-and-nullopt
Difference between nullptr, {} and nullopt
Why can't i use nullptr instead of nullopt? And why {} translates like nullopt?
stackoverflow.com