Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Hello
GitLab will be updated tonight at 22:00. Expect short outage.
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
ed28547e
Commit
ed28547e
authored
6 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
fix documentation of BeginToEndIndex
parent
de4ef551
No related branches found
No related tags found
1 merge request
!57
Dev
Pipeline
#28426
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alib2algo/src/stringology/transform/BeginToEndIndex.cpp
+1
-1
1 addition, 1 deletion
alib2algo/src/stringology/transform/BeginToEndIndex.cpp
with
1 addition
and
1 deletion
alib2algo/src/stringology/transform/BeginToEndIndex.cpp
+
1
−
1
View file @
ed28547e
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
namespace
{
namespace
{
auto
BeginToEndIndexLinearString
=
registration
::
AbstractRegister
<
stringology
::
transform
::
BeginToEndIndex
,
ext
::
set
<
unsigned
>
,
const
string
::
LinearString
<
>
&
,
const
ext
::
set
<
unsigned
>
&
>
(
stringology
::
transform
::
BeginToEndIndex
::
transform
,
"pattern"
,
"indexes"
).
setDocumentation
(
auto
BeginToEndIndexLinearString
=
registration
::
AbstractRegister
<
stringology
::
transform
::
BeginToEndIndex
,
ext
::
set
<
unsigned
>
,
const
string
::
LinearString
<
>
&
,
const
ext
::
set
<
unsigned
>
&
>
(
stringology
::
transform
::
BeginToEndIndex
::
transform
,
"pattern"
,
"indexes"
).
setDocumentation
(
"Transforms a set of occurrences represented by
end
indexes to set of occurrences representing by
start
indexes.
\n
\
"Transforms a set of occurrences represented by
begin
indexes to set of occurrences representing by
end
indexes.
\n
\
\
n
\
\
n
\
@
param
pattern
the
pattern
that
was
being
searched
for
\
n
\
@
param
pattern
the
pattern
that
was
being
searched
for
\
n
\
@
param
indexes
the
original
occurrences
\
n
\
@
param
indexes
the
original
occurrences
\
n
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment