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 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 18 December 2023 at 13:11:42 CET