mimic++ v6
Loading...
Searching...
No Matches
mimicpp::has_default_call_convention Concept Reference

Determines, whether the given signature has default call-convention. More...

#include <TypeTraits.hpp>

Concept definition

template<typename Signature>
concept mimicpp::has_default_call_convention = detail::has_default_call_convention_v<Signature>
Determines, whether the given signature has default call-convention.
Definition TypeTraits.hpp:192

Detailed Description

Determines, whether the given signature has default call-convention.

Template Parameters
SignatureThe signature to check.