Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp27 struct ContainerAdaptor : public Adaptor { struct
29 typename Adaptor::container_type& GetContainer() { return Adaptor::c; } in GetContainer()