Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dunwrap_container_adaptor.h14 struct UnwrapAdaptor : Adaptor { struct
17 UnwrapAdaptor(Adaptor&& adaptor) : Adaptor(std::move(adaptor)) {} in UnwrapAdaptor() function
20 … return (UnwrapAdaptor::c); // Put into parentheses to make sure the function returns a reference. in get_container() argument
26 UnwrapAdaptor::c; in get_comparator() argument