C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::map_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
P>
concept
cpg::types::map_c
=
std_map_c<P>
||
tbb_map_c<P>
cpg::types::map_c
Definition:
cpg_types.hpp:3109
cpg::types::std_map_c
Definition:
cpg_types.hpp:3103
cpg::types::tbb_map_c
Definition:
cpg_types.hpp:3106
Detailed Description
Definition at line
3109
of file
cpg_types.hpp
.
cpg
types
map_c
Generated by
1.9.4