Home
last modified time | relevance | path

Searched defs:NonConstCopyable (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtest_lazy_sfinae.pass.cpp69 struct NonConstCopyable { struct
71 explicit NonConstCopyable(int v) : value(v) {} in NonConstCopyable() argument
93 NonConstCopyable v(42); in test_const_Types_lazy_sfinae() argument