We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdea394 + dbf1e3a commit f133215Copy full SHA for f133215
include/queue/wait_queue.hpp
@@ -196,7 +196,7 @@ concept supports_size = requires (Ctr ctr) {
196
*
197
* @tparam T Type of value that will be passed through the queue.
198
199
- * @tparam Container that is used as the underlying data queue.
+ * @tparam Container Type of container that is used as the underlying data queue.
200
201
* @pre The value type must be either copy constructible or move constructible. It does not
202
* have to be both, and in particular a default constructor is not required.
0 commit comments