Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f9b1aa35
Commit
f9b1aa35
authored
Aug 30, 2011
by
Davis King
Browse files
clarified spec
parent
23604f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/string/string_abstract.h
dlib/string/string_abstract.h
+2
-1
No files found.
dlib/string/string_abstract.h
View file @
f9b1aa35
...
@@ -528,7 +528,8 @@ namespace dlib
...
@@ -528,7 +528,8 @@ namespace dlib
- returns a vector V such that:
- returns a vector V such that:
- V.size() == the number of substrings found in str.
- V.size() == the number of substrings found in str.
- for all i: V[i] == The ith substring. Note that it will not contain
- for all i: V[i] == The ith substring. Note that it will not contain
any delimiter characters (i.e. characters in delim).
any delimiter characters (i.e. characters in delim). It will also
never be an empty string.
- V contains the substrings in the order in which they appear in str.
- V contains the substrings in the order in which they appear in str.
That is, V[0] contains the first substring, V[1] the second, and
That is, V[0] contains the first substring, V[1] the second, and
so on.
so on.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment