cli11
Toggle main menu visibility
Loading...
Searching...
No Matches
cli::detail::readable_container Concept Reference
export
module
cli11
Matches anything that can be iterated over.
More...
Concept definition
template
<
typename
T>
concept
readable_container
=
requires
(T c) {
c.begin();
c.end();
}
cli::detail::readable_container
Matches anything that can be iterated over.
Definition
type_tools.cpp:259
Detailed Description
Matches anything that can be iterated over.
cli
detail
readable_container
Generated by
1.17.0