Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp159 struct AssignDeleter { struct
173 AssignDeleter& operator=(T&&) & { return *this; } in operator =() argument
178 const AssignDeleter& operator=(T&&) const & { return *this; } in operator =() argument
181 void operator()(T) const {} in operator ()()