
C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond (Paperback)
內容描述
Table of Contents:
Preface.
Acknowledgments.
Making the Most of This Book.
- Introduction.
Getting Started.
So What's a Metaprogram?
Metaprogramming in the Host Language.
Metaprogramming in C++.
Why Metaprogramming?
When Metaprogramming?
Why a Metaprogramming Library?
- Traits and Type Manipulation.
Type Associations.
Metafunctions.
Numerical Metafunctions.
Making Choices at Compile Time.
A Brief Tour of the Boost Type Traits
Library.
Nullary Metafunctions.
Metafunction Definition.
History.
Details.
Exercises.
- A Deeper Look at Metafunctions.
Dimensional Analysis.
Higher-Order Metafunctions.
Handling Placeholders.
More Lambda Capabilities.
Lambda Details.
Details.
Exercises. - Integral Type Wrappers and Operations.
Boolean Wrappers and Operations.
Integer Wrappers and Operations.
Exercises.
- Sequences and Iterators.
Concepts.
Sequences and Algorithms.
Iterators.
Iterator Concepts.
Sequence Concepts.
Sequence Equality.
Intrinsic Sequence Operations.
Sequence Classes.
Integral Sequence Wrappers.
Sequence Derivation.
Writing Your Own Sequence.
Details.
Exercises.
- Algorithms.
Algorithms, Idioms, Reuse, and
Abstraction.
Algorithms in the MPL.
Inserters.
Fundamental Sequence Algorithms.
Querying Algorithms.
Sequence Building Algorithms.
Writing Your Own Algorithms.
Details.
Exercises.
- Views and Iterator Adaptors.
A Few Examples.
View Concept.
Iterator Adaptors.
Writing Your Own View.
History.
Exercises. - Diagnostics.
Debugging the Error Novel.
Using Tools for Diagnostic Analysis.
Intentional Diagnostic Generation.
History.
Details.
Exercises.
- Crossing the Compile-Time/Runtime Boundary.
for each.
Implementation Selection.
Object Generators.
Structure Selection.
Class Composition.
(Member) Function Pointers as Template
Arguments.
Type Erasure.
The Curiously Recurring Template
Pattern.
Explicitly Managing the Overload Set.
The "sizeof Trick".
Summary.
Exercises.
- Domain-Specific Embedded Languages.
A Little Language.
Goes a Long Way.
DSLs, Inside Out.
C++ as the Host Language.
Blitz++ and Expression Templates.
General-Purpose DSELs.
The Boost Spirit Library.
Summary.
Exercises.
- A DSEL DesignWalkthrough.
Finite State Machines.
Framework Design Goals.
Framework Interface Basics.
Choosing a DSL.
Implementation.
Analysis.
Language Directions.
Exercises.
Appendix A. An Introduction to Preprocessor
Metaprogramming.
Motivation.
Fundamental Abstractions of the
Preprocessor.
Preprocessor Library Structure.
Preprocessor Library Abstractions.
Exercise.
Appendix B. The typename and template Keywords.
The Issue.
The Rules.
Appendix C. Compile-Time Performance.
The Computational Model.
Managing Compilation Time.
The Tests.
Appendix D. MPL Portability Summary.
Bibliography.
Index.