We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8ddd85 + bd1be41 commit 24441dbCopy full SHA for 24441db
doc/mp11/definitions.adoc
@@ -10,7 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
10
[#definitions]
11
# Definitions
12
13
-A _list_ is a -- usually but not necessarily variadic -- template class whose parameters are all types,
+A _list_ is an instantiation of a -- usually but not necessarily variadic -- class template whose parameters are all types,
14
for example `mp_list<char[], void>`, `mp_list<>`, `std::tuple<int, float, char>`, `std::pair<int, float>`, `std::shared_ptr<X>`.
15
16
A _metafunction_ is a class template or a template alias whose parameters are all types, for example `std::add_pointer_t`,
0 commit comments