Skip to content

iox::cxx::is_function_pointer🔗

Check whether T is a function pointer with arbitrary signature. More...

#include <iceoryx_hoofs/cxx/type_traits.hpp>

Inherits from std::false_type

Detailed Description🔗

template <typename T >
struct iox::cxx::is_function_pointer;

Check whether T is a function pointer with arbitrary signature.🔗

Updated on 17 March 2022 at 12:15:57 CET