MCPcopy Create free account
hub / github.com/NativeScript/android / operator->

Function operator->

test-app/runtime/src/main/cpp/ada/ada.h:3616–3619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3614 }
3615
3616 constexpr const T *operator->() const {
3617 TL_ASSERT(has_value());
3618 return valptr();
3619 }
3620 TL_EXPECTED_11_CONSTEXPR T *operator->() {
3621 TL_ASSERT(has_value());
3622 return valptr();

Callers

nothing calls this directly

Calls 1

has_valueFunction · 0.70

Tested by

no test coverage detected