BIMHome v1.0.0
BIMHome接口文档说明

◆ find() [1/2]

template<class KeyType , class MappedType , class Hash = std::hash<KeyType>, class Pred = std::equal_to<KeyType>>
iterator find ( const KeyType &  key)

在 map 中查找元素,如存在则返回其迭代器,否则返回 end()

在 map 中查找元素,如存在则返回其迭代器,否则返回 end()

参数
[in]key指定的键值
返回
查找结果的迭代器