File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,13 @@ <h1><a class="anchor" id="autotoc_md4"></a>
177
177
< div class ="line "> int countRight() const</ div >
178
178
< div class ="line "> int count() const</ div >
179
179
< div class ="line "> </ div >
180
- < div class ="line "> UnorderedMapHelper<LeftType, std::vector<RightType> *> allLeft()Iterator </ div >
181
- < div class ="line "> UnorderedMapHelper<RightType, LeftType> AllRight()</ div >
182
- < div class ="line "> LeftType findLeft(const RightType &right, const LeftType &notFoundValue) const</ div >
183
- < div class ="line "> const std::vector<RightType>* findRight(const LeftType &left) const</ div >
180
+ < div class ="line "> UnorderedMapHelper<LeftType, std::vector<RightType> *> allLeft()</ div >
181
+ < div class ="line "> </ div >
182
+ < div class ="line "> UnorderedMapHelper<RightType, LeftType> allRight()</ div >
183
+ < div class ="line "> </ div >
184
+ < div class ="line "> LeftType findLeft(const RightType &right, const LeftType &notFoundValue)</ div >
185
+ < div class ="line "> </ div >
186
+ < div class ="line "> const std::vector<RightType>* findRight(const LeftType &left) const noexcept</ div >
184
187
</ div > <!-- fragment --> < h1 > < a class ="anchor " id ="autotoc_md6 "> </ a >
185
188
Installation and usage</ h1 >
186
189
< div class ="fragment "> < div class ="line "> #include "BinaryRelations/BinaryRelations.h"</ div >
You can’t perform that action at this time.
0 commit comments