C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::chars_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
T>
concept
cpg::types::chars_c
=
const_chars_c<T>
||
non_const_chars_c<T>
cpg::types::chars_c
Definition:
cpg_types.hpp:3352
cpg::types::const_chars_c
Definition:
cpg_types.hpp:3346
cpg::types::non_const_chars_c
Definition:
cpg_types.hpp:3349
Detailed Description
Definition at line
3352
of file
cpg_types.hpp
.
cpg
types
chars_c
Generated by
1.9.4