C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::pointer_callable_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
FuncType,
typename
Po
int
erType>
concept
cpg::types::pointer_callable_c
=
pointer_c<PointerType>
&&
requires
(PointerType p, FuncType func) { func(p); }
cpg::types::pointer_c
Definition:
cpg_types.hpp:927
cpg::types::pointer_callable_c
Definition:
cpg_types.hpp:930
Detailed Description
Definition at line
930
of file
cpg_types.hpp
.
cpg
types
pointer_callable_c
Generated by
1.9.4