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 PointerType>
requires (PointerType p, FuncType func) { func(p); }

Detailed Description

Definition at line 930 of file cpg_types.hpp.