TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | Public Attributes | List of all members
TBCI::vec_fill_fn< T > Class Template Reference

#include <basics.h>

Public Member Functions

 vec_fill_fn (T(*f)(const unsigned long, void *))
 

Public Attributes

T(* fn )(const unsigned long idx, void *par)
 

Detailed Description

template<typename T>
class TBCI::vec_fill_fn< T >

Definition at line 920 of file basics.h.

Constructor & Destructor Documentation

template<typename T>
TBCI::vec_fill_fn< T >::vec_fill_fn ( T(*)(const unsigned long, void *)  f)
inline

Definition at line 923 of file basics.h.

Member Data Documentation

template<typename T>
T(* TBCI::vec_fill_fn< T >::fn)(const unsigned long idx, void *par)

Definition at line 922 of file basics.h.

Referenced by TBCI::_tbci_fill_fn().


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