HomeSort by relevance Sort by last modified time
    Searched full:test_is_nothrow_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_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 776 milliseconds