C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::stream_undefined_container_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
P>
concept
cpg::types::stream_undefined_container_c
=
stl_container_c<P>
&& !
is_in_type_container_c<P, string_containers>
&& !
map_c<P>
cpg::types::is_in_type_container_c
Definition:
cpg_types.hpp:2929
cpg::types::map_c
Definition:
cpg_types.hpp:3109
cpg::types::stl_container_c
Definition:
cpg_types.hpp:3079
cpg::types::stream_undefined_container_c
Definition:
cpg_types.hpp:3112
Detailed Description
Definition at line
3112
of file
cpg_types.hpp
.
cpg
types
stream_undefined_container_c
Generated by
1.9.4