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