Advanced Metaprogramming in Classic C++ aims to be both an introduction and a reference to C++ template metaprogramming (TMP); TMP is presented in the book as a set of techniques that will bring a new style in C++ and make code exceptionally clear and efficient. The book deals with language...
It started as a simple preprocessor that used C as a backend, became a real object-oriented language, added templates and the standard template library, and now increasingly uses template-based metaprogramming as a substantial part of the language, to the extent that we sometimes hear that C++ ...
Advanced Metaprogramming in Classic C++的书评 ···(全部 1 条) 热门只看本版本的评论 ◇2015-06-24 18:50:35 各种意义上的难读 考虑到这书没什么人读应该也不会有什么人读,就短评充作一篇评论吧。(顺便吐槽一下豆瓣上很多技术书的评论都太水了,水注释不如不注释,评论亦然。 前三章基本都看了,接下来...
Explaining this concept would lead to a talk about metaclasses and metaprogramming, advanced concepts that require a solid grasp of the fundamentals to be understood and alas this is beyond the scope of this chapter. As usual, I mentioned it to leave a pointer for you, for when you'll be ...