Searched defs:chain_impl (Results 1 – 4 of 4) sorted by relevance
41 struct chain_impl<M, when<condition>> : default_ { struct43 static constexpr auto apply(Xs&& xs, F&& f) { in apply()
312 struct chain_impl { struct in boost::iostreams::detail::chain_base313 chain_impl() in chain_impl() function319 ~chain_impl() in ~chain_impl()324 void close() in close()354 void reset() in reset()375 list_type links_;376 client_type* client_;377 std::streamsize device_buffer_size_,378 filter_buffer_size_,379 pback_size_;[all …]
151 struct chain_impl<Identity> { struct153 static constexpr auto apply(X x, F f) in apply()