HomeSort by relevance Sort by last modified time
    Searched full:call_with_rvalue_ref (Results 1 - 1 of 1) sorted by null

  /external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
arg_type.pass.cpp 28 int call_with_rvalue_ref(int && x, int && y) { return (x + y); } function
50 assert(6 == ex::apply(call_with_rvalue_ref, static_cast<Tuple &&>(t)));

Completed in 57 milliseconds