Searched defs:container_input_adapter_factory (Results 1 – 3 of 3) sorted by relevance
399 struct container_input_adapter_factory {}; struct402 struct container_input_adapter_factory< ContainerType, struct405 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));407 static adapter_type create(const ContainerType& container) in create()
6468 struct container_input_adapter_factory {}; struct6471 struct container_input_adapter_factory< ContainerType, struct6474 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));6476 static adapter_type create(const ContainerType& container) in create()
5596 struct container_input_adapter_factory {}; struct5599 struct container_input_adapter_factory< ContainerType, struct5602 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));5604 static adapter_type create(const ContainerType& container) in create()