forked from boostorg/mp11
Update overview.adoc
This commit is contained in:
@@ -14,7 +14,7 @@ Mp11 is a C++11 metaprogramming library based on template aliases and variadic t
|
|||||||
It implements the approach outlined in the article
|
It implements the approach outlined in the article
|
||||||
http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html["Simple {cpp} metaprogramming"]
|
http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html["Simple {cpp} metaprogramming"]
|
||||||
and http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html[its sequel]. Reading these
|
and http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html[its sequel]. Reading these
|
||||||
articles before proceeding with this documentation is highly recommended.
|
articles before proceeding with this documentation is _highly_ recommended.
|
||||||
|
|
||||||
The general principles upon which Mp11 is built are that algorithms and metafunctions are
|
The general principles upon which Mp11 is built are that algorithms and metafunctions are
|
||||||
template aliases of the form `F<T...>` and data structures are lists of the form `L<T...>`,
|
template aliases of the form `F<T...>` and data structures are lists of the form `L<T...>`,
|
||||||
|
Reference in New Issue
Block a user