Next: , Previous: C++ Standard Library, Up: Top



4 Templates

Templates are used in aspell when there is a clear advantage to doing so. Whenever you use templates please use them carefully and try very hard not to create code bloat by generating a lot of unnecessary and duplicate code.