ViennaCL - The Vienna Computing Library
1.5.0
|
Helper struct for mapping a std::map<KeyType, ValueType>. Used to avoids type length explosion when using nested std::map directly. More...
#include <profiles.hpp>
Public Types | |
typedef std::map< KeyType, ValueType > | map_type |
Public Member Functions | |
ValueType & | operator[] (KeyType const &key) |
Data Fields | |
map_type | map |
Helper struct for mapping a std::map<KeyType, ValueType>. Used to avoids type length explosion when using nested std::map directly.
typedef std::map<KeyType,ValueType> map_type |
ValueType& operator[] | ( | KeyType const & | key | ) | [inline] |