C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::non_span_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
T>
concept
cpg::types::non_span_c
= !
span_c<std::remove_cvref_t<T>
>
cpg::types::non_span_c
Definition:
cpg_types.hpp:3405
cpg::types::span_c
Definition:
cpg_types.hpp:3399
Detailed Description
Definition at line
3405
of file
cpg_types.hpp
.
cpg
types
non_span_c
Generated by
1.9.4