equal
deleted
inserted
replaced
549 /// |
549 /// |
550 ///This map meet with the concepts::ReferenceMatrixMap<typename K1, |
550 ///This map meet with the concepts::ReferenceMatrixMap<typename K1, |
551 ///typename K2, typename V, typename R, typename CR> called as |
551 ///typename K2, typename V, typename R, typename CR> called as |
552 ///"ReferenceMatrixMap". |
552 ///"ReferenceMatrixMap". |
553 /// |
553 /// |
|
554 ///\warning Do not use this map type when the two item sets are |
|
555 ///equal or based on the same item set. |
|
556 /// |
554 ///\param _FirstContainer the desired type of first container. It is |
557 ///\param _FirstContainer the desired type of first container. It is |
555 ///ususally a Graph type, but can be any type with alteration |
558 ///ususally a Graph type, but can be any type with alteration |
556 ///property. |
559 ///property. |
557 /// |
560 /// |
558 ///\param _FirstContainerItem the nested type of the |
561 ///\param _FirstContainerItem the nested type of the |