Searched defs:container_input_adapter_factory (Results 1 – 1 of 1) sorted by relevance
6285 struct container_input_adapter_factory {}; struct6288 struct container_input_adapter_factory< ContainerType, struct6291 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));6293 static adapter_type create(const ContainerType& container) in create()