Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ RE
Function
RE
tests/gtest/gtest.h:1147–1147 ·
view source on GitHub ↗
Constructs an RE from a string.
Source
from the content-addressed store, hash-verified
1145
1146
// Constructs an RE from a string.
1147
RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
1148
1149
RE(const char* regex) { Init(regex); } // NOLINT
1150
~RE();
Callers
1
gtest.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected