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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_move_assignable.pass.cpp 23 void test_is_not_move_assignable() function
60 test_is_not_move_assignable<const int> ();
61 test_is_not_move_assignable<int[]> ();
62 test_is_not_move_assignable<int[3]> ();
63 test_is_not_move_assignable<int[3]> ();
65 test_is_not_move_assignable<void> ();

Completed in 122 milliseconds