You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cppcx/platform-agile-class.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ throw();
155
155
### Remarks
156
156
This operation releases the current representation of a object of type `T`, if any; reinitializes the Agile object's data members; acquires the current threading context; and then returns the address of a handle-to-object variable that can represent a non-agile object. To cause an Agile class instance to represent an object, use the assignment operator ([Agile::operator=](#operator-assign)) to assign the object to the Agile class instance.
Returns a read-only view of the current Map; that is, a [Platform::Collections::MapView Class](../cppcx/platform-collections-mapview-class.md), which implements the [Windows::Foundation::Collections::IMapView\<K,V>](http://msdn.microsoft.com/library/windows/apps/br226037.aspx) interface.
Deletes the specified key-value pair from the current Map object.
258
258
259
259
### Syntax
@@ -268,7 +268,7 @@ virtual void Remove(K key);
268
268
269
269
270
270
271
-
## <a name="size"</a> Map::Size Method
271
+
## <aname="size"></a> Map::Size Method
272
272
Returns the number of [Windows::Foundation::Collections::IKeyValuePair\<K,V>](http://msdn.microsoft.com/library/windows/apps/br226031.aspx) elements in the Map.
Copy file name to clipboardExpand all lines: docs/cppcx/platform-collections-vectorviewiterator-class.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ class VectorViewIterator;
68
68
|[VectorViewIterator::operator+= Operator](#operator-plus-assign)|Increments the current VectorViewIterator by the specified displacement.|
69
69
|[VectorViewIterator::operator< Operator](#operator-less-than)|Indicates whether the current VectorViewIterator is less than a specified VectorViewIterator.|
70
70
|[VectorViewIterator::operator\<= Operator](#operator-less-than-or-equals)|Indicates whether the current VectorViewIterator is less than or equal to a specified VectorViewIterator.|
71
-
|[VectorViewIterator::operator-= Operator](#operator-subtract-assign)|Decrements the current VectorViewIterator by the specified displacement.|
71
+
|[VectorViewIterator::operator-= Operator](#operator-minus-assign)|Decrements the current VectorViewIterator by the specified displacement.|
72
72
|[VectorViewIterator::operator== Operator](#operator-equality)|Indicates whether the current VectorViewIterator is equal to a specified VectorViewIterator.|
73
73
|[VectorViewIterator::operator> Operator](#operator-greater-than)|Indicates whether the current VectorViewIterator is greater than a specified VectorViewIterator.|
74
74
|[VectorViewIterator::operator-> Operator](#operator-arrow)|Retrieves the address of the element referenced by the current VectorViewIterator.|
0 commit comments