Miosix  2.01
miosix::CallbackBase::TypeDependentOperation< T > Class Template Reference

#include <callback.h>

Static Public Member Functions

static void operation (int32_t *a, const int32_t *b, Op op)
 

Detailed Description

template<typename T>
class miosix::CallbackBase::TypeDependentOperation< T >

This class is part of the any idiom used by Callback.

Member Function Documentation

template<typename T >
static void miosix::CallbackBase::TypeDependentOperation< T >::operation ( int32_t *  a,
const int32_t *  b,
Op  op 
)
inlinestatic

Perform the type-dependent operations

Parameters
astorage for the any object, stores the function object
bstorage for the source object for the copy constructor
opoperation

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