Searched defs:NonConstCopyable (Results 1 – 1 of 1) sorted by relevance
69 struct NonConstCopyable { struct71 explicit NonConstCopyable(int v) : value(v) {} in NonConstCopyable() argument93 NonConstCopyable v(42); in test_const_Types_lazy_sfinae() argument