Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fidl/
A DREADME.md26 Rather than using std::move to create an rvalue reference for a type T, this
28 than the library-level construct) for creating rvalue references.
/system/utest/fit/
A Doptional_tests.cpp153 T rvalue = fit::optional<T>(T{42}).value(); in accessors() local
154 EXPECT_EQ(42, rvalue.value); in accessors()
A Dnullable_tests.cpp373 T rvalue = fit::nullable<T>(traits<T>::a).value(); in accessors() local
374 EXPECT_EQ(42, rvalue.value); in accessors()

Completed in 5 milliseconds