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

  /external/libcxx/test/std/experimental/utilities/meta/meta.detect/
is_detected.pass.cpp 23 struct not_assignable { struct
24 not_assignable & operator=(const not_assignable&) = delete;
36 test<not_assignable, false>();

Completed in 551 milliseconds