iox::cxx::has_signature🔗
Verfies the signature ReturnType(ArgTypes...) of the provided Callable type. More...
#include <type_traits.hpp>
Inherits from false_type
Detailed Description🔗
template <typename Callable =void,
typename ReturnType =void,
typename ArgTypes =void>
struct iox::cxx::has_signature;
Verfies the signature ReturnType(ArgTypes...) of the provided Callable type.
Updated on 31 May 2022 at 15:29:15 CEST