mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 12:07:41 +08:00
0029492: Coding Rules. NCollection_IndexedDataMap - add missing documentation to method ::Add()
This commit is contained in:
@@ -214,9 +214,10 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
//! Bind binds Item to Key in map. Returns Standard_True if Key was not
|
||||
//! exist in the map. If the Key was already bound, the Item will be rebinded
|
||||
//! and Standard_False will be returned.
|
||||
//! Bind binds Item to Key in map.
|
||||
//! @param theKey key to add/update
|
||||
//! @param theItem new item; overrides value previously bound to the key, if any
|
||||
//! @return Standard_True if Key was not bound already
|
||||
Standard_Boolean Bind (const TheKeyType& theKey, const TheItemType& theItem)
|
||||
{
|
||||
if (Resizable())
|
||||
|
||||
Reference in New Issue
Block a user