Searched defs:UnwrapAdaptor (Results 1 – 1 of 1) sorted by relevance
14 struct UnwrapAdaptor : Adaptor { struct17 UnwrapAdaptor(Adaptor&& adaptor) : Adaptor(std::move(adaptor)) {} in UnwrapAdaptor() function20 … return (UnwrapAdaptor::c); // Put into parentheses to make sure the function returns a reference. in get_container() argument26 UnwrapAdaptor::c; in get_comparator() argument