diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-09 11:48:30 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-09 11:48:30 +0200 |
| commit | 3567a6608e928245616ad87dd602af2a3081d197 (patch) | |
| tree | e2ca8cabd134017e1aceede6e2371d5cf1ac79a7 /README.md | |
| parent | 520bd399a3102c243928007ed63ff7e545d32d27 (diff) | |
| download | tanya-3567a6608e928245616ad87dd602af2a3081d197.tar.gz | |
Add generic description for 'meta' packagev0.7.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ string, Hash set. * `format`: Formatting and conversion functions. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocators, smart pointers). -* `meta`: Template metaprogramming package. +* `meta`: Template metaprogramming. This package contains utilities to acquire +type information at compile-time, to transform from one type to another. It has +also different algorithms for iterating, searching and modifying template +arguments. * `net`: URL-Parsing, network programming. * `network`: Socket implementation. `network` is currently under rework. After finishing the new socket implementation will land in the `net` package and |
