A proxy class for accessing data with key type dispatch, but no key object dispatch. Only used internally in ViennaData. More...
#include <api.hpp>
Public Member Functions | |
data_accessor_no_key () | |
template<typename ObjectType > | |
data_container< KeyType, DataType, ObjectType > ::reference | operator() (ObjectType const &el) |
A proxy class for accessing data with key type dispatch, but no key object dispatch. Only used internally in ViennaData.
KeyType | Type of the key | |
DataType | Type of the data |
data_accessor_no_key | ( | ) | [inline] |
data_container<KeyType, DataType, ObjectType>::reference operator() | ( | ObjectType const & | el | ) | [inline] |