nngn
Loading...
Searching...
No Matches
nngn::c_function_pointer Concept Reference
#include <
fundamental.h
>
Concept definition
template
<
typename
T>
concept
nngn::c_function_pointer
=
std::is_pointer_v<T>
&&
function<std::remove_pointer_t<T>
>
nngn::c_function_pointer
Definition
fundamental.h:56
nngn::function
Definition
fundamental.h:53
nngn
c_function_pointer
Generated by
1.11.0