C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::stl_container_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
T>
concept
cpg::types::stl_container_c
=
hidden::st_stl_container<T>::value
&& !
view_c<T>
cpg::types::stl_container_c
Definition:
cpg_types.hpp:3079
cpg::types::view_c
Definition:
cpg_types.hpp:3072
cpg::types::hidden::st_stl_container::value
static constexpr bool value
Definition:
cpg_types.hpp:3025
Detailed Description
Definition at line
3079
of file
cpg_types.hpp
.
cpg
types
stl_container_c
Generated by
1.9.4