From 3567a6608e928245616ad87dd602af2a3081d197 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 9 Sep 2017 11:48:30 +0200 Subject: Add generic description for 'meta' package --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6bfd83d..b2b3eae 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3