C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::std_array_span_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
T>
concept
cpg::types::std_array_span_c
=
std_array_flat_c<T>
||
span_flat_c<T>
cpg::types::span_flat_c
Definition:
cpg_types.hpp:3402
cpg::types::std_array_flat_c
Definition:
cpg_types.hpp:3381
cpg::types::std_array_span_c
Definition:
cpg_types.hpp:3408
Detailed Description
Definition at line
3408
of file
cpg_types.hpp
.
cpg
types
std_array_span_c
Generated by
1.9.4