MCPcopy Create free account
hub / github.com/NativeScript/android / expected

Function expected

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

Source from the content-addressed store, hash-verified

3335 detail::enable_if_t<std::is_convertible<U &&, T>::value> * = nullptr,
3336 detail::expected_enable_forward_value<T, E, U> * = nullptr>
3337 TL_EXPECTED_MSVC2015_CONSTEXPR expected(U &&v)
3338 : expected(in_place, std::forward<U>(v)) {}
3339
3340 template <
3341 class U = T, class G = T,

Callers 1

ada.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected