Skip to content

Commit 2e541a7

Browse files
authored
fixed definition
1 parent d8ddd85 commit 2e541a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mp11/definitions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
1010
[#definitions]
1111
# Definitions
1212

13-
A _list_ is a -- usually but not necessarily variadic -- template class whose parameters are all types,
13+
A _list_ is an instantiation of a -- usually but not necessarily variadic -- template class whose parameters are all types,
1414
for example `mp_list<char[], void>`, `mp_list<>`, `std::tuple<int, float, char>`, `std::pair<int, float>`, `std::shared_ptr<X>`.
1515

1616
A _metafunction_ is a class template or a template alias whose parameters are all types, for example `std::add_pointer_t`,

0 commit comments

Comments
 (0)