Public Member Functions

data_copy_no_key< KeyType, DataType > Class Template Reference

A proxy class for copying data associated with a particular key type from one object to another. Only used internally in ViennaData. More...

#include <api.hpp>

Public Member Functions

 data_copy_no_key ()
template<typename object_src_type , typename object_dest_type >
void operator() (object_src_type const &el_src, object_dest_type const &el_dest)

Detailed Description

template<typename KeyType, typename DataType>
class viennadata::data_copy_no_key< KeyType, DataType >

A proxy class for copying data associated with a particular key type from one object to another. Only used internally in ViennaData.

Template Parameters:
KeyType Type of the key
DataType Type of the data

Constructor & Destructor Documentation

data_copy_no_key (  )  [inline]

Member Function Documentation

void operator() ( object_src_type const &  el_src,
object_dest_type const &  el_dest 
) [inline]

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