iceoryx_doc  1.0.1
iox::cxx::has_signature< Callable, ReturnType, ArgTypes > Struct Template Reference

Verfies the signature ReturnType(ArgTypes...) of the provided Callable type. More...

#include <type_traits.hpp>

Inheritance diagram for iox::cxx::has_signature< Callable, ReturnType, ArgTypes >:
Inheritance graph
[legend]
Collaboration diagram for iox::cxx::has_signature< Callable, ReturnType, ArgTypes >:
Collaboration graph
[legend]

Detailed Description

template<typename Callable = void, typename ReturnType = void, typename ArgTypes = void>
struct iox::cxx::has_signature< Callable, ReturnType, ArgTypes >

Verfies the signature ReturnType(ArgTypes...) of the provided Callable type.


The documentation for this struct was generated from the following file: