HomeSort by relevance Sort by last modified time
    Searched refs:tup4 (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
get_const_rv.fail.cpp 25 std::tuple<int> const tup4() { return std::make_tuple(4); } function in class:std
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
get_const_rv.fail.cpp 25 std::tuple<int> const tup4() { return std::make_tuple(4); } function in class:std
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}}

Completed in 1068 milliseconds