Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValueUnsafe
Method
ValueUnsafe
cpp/src/arrow/result.h:446–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
constexpr T& ValueUnsafe() & { return *storage_.get(); }
445
446
T ValueUnsafe() && { return MoveValueUnsafe(); }
447
448
T MoveValueUnsafe() { return std::move(*storage_.get()); }
449
Callers
15
Result
Method · 0.80
Result
Class · 0.80
Equals
Method · 0.80
ValidateSchemas
Method · 0.80
MakeDecodingGenerator
Function · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Next
Method · 0.80
TEST_P
Function · 0.80
ReceiveSignals
Method · 0.80
UnwrapOrRaise
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.64
TestSafeCallIntoR
Function · 0.64