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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_assignable.pass.cpp 17 void test_is_nothrow_assignable() function
44 test_is_nothrow_assignable<int&, int&> ();
45 test_is_nothrow_assignable<int&, int> ();
47 test_is_nothrow_assignable<int&, double> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_assignable.pass.cpp 17 void test_is_nothrow_assignable() function
39 test_is_nothrow_assignable<int&, int&> ();
40 test_is_nothrow_assignable<int&, int> ();
42 test_is_nothrow_assignable<int&, double> ();

Completed in 203 milliseconds