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 31 May 2022 at 11:34:55 CEST