Add generic description for 'meta' package

This commit is contained in:
2017-09-09 11:48:30 +02:00
parent 520bd399a3
commit 3567a6608e
4 changed files with 14 additions and 4 deletions

View File

@@ -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