Skip to content

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 17 June 2021 at 11:15:26 CEST