abseil
Korean renderings of the Tip of the Week series that Google circulated internally for its C++ library Abseil . Each post covers one tip, keeping the original code examples and rewriting the prose in Korean.
Recurring themes:
- How to take a string parameter —
const char*vsconst std::string&vsabsl::string_view - Ownership and lifetime —
unique_ptr, return values and references, reference lifetime extension - When temporaries, moves and copies actually happen
- Notation choices such as
enum classand raw string literals - When a test fixture earns its place, and how data flows through one
The originals live at abseil.io/tips .
0 pages