Normal OR Rules for Reference Bindings
What are the ranking rules for reference bindings? Let’s consider the following example: void … Continue Reading Normal OR Rules for Reference Bindings
Dive deep into the C++ core, and discover more!
What are the ranking rules for reference bindings? Let’s consider the following example: void … Continue Reading Normal OR Rules for Reference Bindings
本篇可以结合 Left-to-Right vs. Right-to-Left Coding Styles 阅读,属于同一主题。本篇侧重于讲解具体的类型推导规则。 Decltype Specifier … Continue Reading Mastering Placeholder Type Deduction
进入 Modern C++,声明风格由 Right-to-Left 逐渐转变为 Left-to-Right,个中差异,优劣得失,且看本篇内容。 前言 Classic C++ 中,声明风格是自右向左,如… Continue Reading Left-to-Right vs. Right-to-Left Coding Styles
再再再补充一个重载决议的例子。 大家可能在某些地方见过 ::std:: 这样的代码,比如 ::std::swap,::std::vector,::std::nullptr_t。 在 Qualified… Continue Reading std:: versus ::std::
今天这篇讲 Monads,对 C++ devs 来说是一个比较新的概念,也是一个比较难理解的概念。本文将概念和实践串起来讲,先讲抽象理论,后面讲具体实现和使用,以全面理解其定位。 Language 编… Continue Reading Monads in Modern C++, What, Why, and How
占位,待录。
占位,待录。