plugify
1.2.8
Loading...
Searching...
No Matches
plugify
ParameterType
plugify::ParameterType Concept Reference
Concept definition
template
<
typename
T>
concept
plugify::ParameterType
= std::is_trivially_copyable_v<T>
&& (std::is_arithmetic_v<T> || std::is_pointer_v<T> || std::is_enum_v<T>)
plugify::ParameterType
Definition
call.hpp:140
Detailed Description
Definition at line
140
of file
call.hpp
.
Generated by
1.9.8