One Framework 0.1.0
RoboMaster嵌入式框架“一键”解决方案,为你的“创意”服务。
载入中...
搜索中...
未找到
SimpleMap< Key, Value, Capacity > 模板类 参考
SimpleMap< Key, Value, Capacity > 的协作图:

结构体

struct  Entry
 

Public 类型

using iterator = Entry*
 
using const_iterator = const Entry*
 

Public 成员函数

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
Value & operator[] (const Key &key)
 
iterator find (const Key &key)
 
iterator erase (iterator it)
 

成员类型定义说明

◆ const_iterator

template<typename Key, typename Value, size_t Capacity>
using const_iterator = const Entry*

◆ iterator

template<typename Key, typename Value, size_t Capacity>
using iterator = Entry*

成员函数说明

◆ begin() [1/2]

template<typename Key, typename Value, size_t Capacity>
iterator begin ( )
inline

◆ begin() [2/2]

template<typename Key, typename Value, size_t Capacity>
const_iterator begin ( ) const
inline

◆ end() [1/2]

template<typename Key, typename Value, size_t Capacity>
iterator end ( )
inline

◆ end() [2/2]

template<typename Key, typename Value, size_t Capacity>
const_iterator end ( ) const
inline

◆ erase()

template<typename Key, typename Value, size_t Capacity>
iterator erase ( iterator it)
inline

◆ find()

template<typename Key, typename Value, size_t Capacity>
iterator find ( const Key & key)
inline

◆ operator[]()

template<typename Key, typename Value, size_t Capacity>
Value & operator[] ( const Key & key)
inline

该类的文档由以下文件生成: