Embedded C++ for Real Systems
std::expected 분석 — C++23 결과 타입과 에러 전파
C++23의 Result type — Rust 같은 monadic 에러 처리, 예외 없이 풍부한 정보.
· 4분 읽기
cpp embedded
2개의 포스트
C++23의 Result type — Rust 같은 monadic 에러 처리, 예외 없이 풍부한 정보.
-fno-exceptions 환경에서 에러 처리 — error code, std::optional, std::expected.