Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ has_value
Method
has_value
Utilities/cmcppdap/include/dap/optional.h:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
134
template <typename T>
135
bool optional<T>::has_value() const {
136
return set;
137
}
138
139
template <typename T>
140
optional<T>& optional<T>::operator=(const optional& other) {
Callers
15
testProtocolWithPipes
Function · 0.80
runTest
Function · 0.80
testHasValue
Function · 0.80
testSwap
Function · 0.80
testReset
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
optional
Method · 0.80
operator==
Function · 0.80
operator<
Function · 0.80
operator<=
Function · 0.80
operator>
Function · 0.80
Calls
no outgoing calls
Tested by
12
testProtocolWithPipes
Function · 0.64
runTest
Function · 0.64
testHasValue
Function · 0.64
testSwap
Function · 0.64
testReset
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
SetArgsFromPreset
Method · 0.64
ProcessDirectory
Method · 0.64
cmCTestCurlOpts
Method · 0.64
InitCurl
Method · 0.64
SubmitUsingHTTP
Method · 0.64