MADNESS  0.10.1
Public Attributes | List of all members
madness::PoolTaskInterface::FunctionPointerGrabber< T > Union Template Reference

Object that is used to convert function and member function pointers into void*. More...

Public Attributes

T in
 
void * out
 

Detailed Description

template<typename T>
union madness::PoolTaskInterface::FunctionPointerGrabber< T >

Object that is used to convert function and member function pointers into void*.

Note
This is technically not supported by the C++ standard but it will likely not cause any issues here (famous last words?).
Todo:
Descriptions needed.
Template Parameters
TDescription needed.

Member Data Documentation

◆ in

Todo:
Description needed.

Referenced by madness::PoolTaskInterface::make_id().

◆ out

template<typename T >
void* madness::PoolTaskInterface::FunctionPointerGrabber< T >::out
Todo:
Description needed.

Referenced by madness::PoolTaskInterface::make_id().


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