Searched defs:container_input_adapter_factory (Results 1 – 2 of 2) sorted by relevance
6566 struct container_input_adapter_factory {}; struct6569 struct container_input_adapter_factory< ContainerType, struct6572 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));6574 static adapter_type create(const ContainerType& container) in create()
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()