FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
re2/re2/stringpiece.h at main · google/re2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
google
/
re2
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
9.8k
Code
Issues
30
Pull requests
34
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
re2
/
re2
/
stringpiece.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (12 loc) · 504 Bytes
Breadcrumbs
re2
/
re2
/
stringpiece.h
Copy path
File metadata and controls
18 lines (12 loc) · 504 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
Copyright 2022 The RE2 Authors. All Rights Reserved.
//
Use of this source code is governed by a BSD-style
//
license that can be found in the LICENSE file.
#
ifndef
RE2_STRINGPIECE_H_
#
define
RE2_STRINGPIECE_H_
#
include
"
absl/strings/string_view.h
"
namespace
re2
{
//
Until RE2 requires C++17 and uses std::string_view, allow users to
//
continue to #include "re2/stringpiece.h" and use re2::StringPiece.
using
StringPiece = absl::string_view;
}
//
namespace re2
#
endif
//
RE2_STRINGPIECE_H_
Back
|
FazBrowse Home
|
New Git URL