C++ Reactive Programming
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, we learned about programming language features that a C++ programmer should be comfortable with while writing Reactive programs, or for that matter any kind of programs. We talked about type inference, Variadic templates, rvalue references and move semantics, Lambda functions, elementary Functional programming, pipeable operators, and implementation of Iterators and observers. In the next chapter, we will  learn about concurrent programming support provided by the C++ programming language.