mitteLib
Loading...
Searching...
No Matches
mlab::container_of_extractables Concept Reference
#include <
bin_data.hpp
>
Concept definition
template
<
class
T>
concept
mlab::container_of_extractables
=
is_range_enumerable<T>
and
requires
(T &t) {
t.resize(std::uint32_t{});
{ std::declval<bin_stream &>() >> *++std::begin(t) };
}
mlab::container_of_extractables
Definition
bin_data.hpp:322
mlab::is_range_enumerable
Definition
bin_data.hpp:88
mlab
container_of_extractables
Generated by
1.11.0