Searched refs:rvalue (Results 1 – 3 of 3) sorted by relevance
26 Rather than using std::move to create an rvalue reference for a type T, this28 than the library-level construct) for creating rvalue references.
153 T rvalue = fit::optional<T>(T{42}).value(); in accessors() local154 EXPECT_EQ(42, rvalue.value); in accessors()
373 T rvalue = fit::nullable<T>(traits<T>::a).value(); in accessors() local374 EXPECT_EQ(42, rvalue.value); in accessors()
Completed in 5 milliseconds