Search code examples
Callback functions in C++...


c++callbackfunction-pointers

Read More
Is a function pointer variable always defined/legal for multithreading (thread-safe)(atomic) in C?...


cmultithreadingthread-safetyfunction-pointersatomic

Read More
Is it well defined to cast generic function pointers to specifc signatures with void* params pointin...


cgenericslanguage-lawyerfunction-pointers

Read More
What are the penalties of generic functions versus function pointer arrays in C?...


cgccfunction-pointers

Read More
LLVM kCFI sanitizer with function of volatile arguments...


cclangfunction-pointersvolatilesanitizer

Read More
How do I disambiguate a member function from a member function template...


c++templatesoverloadingfunction-pointersdisambiguation

Read More
Code replaced by compiler for Function pointers of member functions...


c++function-pointers

Read More
Using a function to allocate complex custom data structures...


cmallocfunction-pointersvoid-pointers

Read More
Passing capturing lambda as function pointer...


c++c++11lambdafunction-pointers

Read More
How to use a pointer to a member function as a field of a struct data member to call a member functi...


c++function-pointerspointer-to-member

Read More
How to use macro as function pointer?...


c++macrosfunction-pointers

Read More
Callback functions in Java...


javacallbackfunction-pointers

Read More
Why can't I static_cast a void* to a pointer-to-function?...


c++language-lawyerfunction-pointersvoid-pointersstatic-cast

Read More
Arduino C++ : how to define lambda function parameter?...


c++lambdaarduinofunction-pointersarduino-c++

Read More
Why can a pointer to a function be called without dereferencing?...


c++function-pointerstypedef

Read More
Why can't I cast a function pointer to (void *)?...


cpointersfunction-pointers

Read More
Disadvantages of using void * to hold generic objects?...


cpointersfunction-pointersvoid-pointers

Read More
Passing a variadic function to a variadic function via a pointer...


cfunctionfunction-pointersvariadic-functionshigher-order-functions

Read More
Why warning in C and can't compile in C++?...


cwarningsfunction-pointers

Read More
C++ Call Pointer To Member Function...


c++function-pointers

Read More
passing member function const and non-const overload to std::function...


c++overloadingfunction-pointerspointer-to-memberstd-function

Read More
How to place a function pointer in a c struct whereas the input parameter of the function pointer is...


coopstructfunction-pointers

Read More
What exactly happens when you typedef a function pointer b/c my test code works but I don't thin...


cstructfunction-pointers

Read More
Why is CUDA function cudaLaunchKernel passed a function pointer to host-code function?...


cudafunction-pointers

Read More
how to get the compiler to put a pointer to a function in a template without changing the signature ...


c++templatesfunction-pointerssquirrel

Read More
complicated pointer expressions...


c++pointersfunction-pointers

Read More
reasons for using std::invoke to invoke std::function object...


c++function-pointersstd-functionstd-invoke

Read More
Operations with function pointers...


c++classlambdaoperator-overloadingfunction-pointers

Read More
C compilation error "called object is not a function or function pointer"...


cfunctionfunction-pointers

Read More
segfaults in C++ when using std::shared_ptr...


c++pointersfunction-pointersshared-ptrsmart-pointers

Read More
BackNext