Searched refs:chain_impl (Results 1 – 8 of 8) sorted by relevance
56 struct chain_impl : chain_impl<M, when<true>> { };
27 using Chain = BOOST_HANA_DISPATCH_IF(chain_impl<M>, in operator ()()41 struct chain_impl<M, when<condition>> : default_ { struct
131 chain_base() : pimpl_(new chain_impl) { } in chain_base()312 struct chain_impl { struct in boost::iostreams::detail::chain_base313 chain_impl() in chain_impl() function319 ~chain_impl() in ~chain_impl() argument382 friend struct chain_impl;387 shared_ptr<chain_impl> pimpl_;
28 !is_default<chain_impl<typename tag_of<M>::type>>::value
151 struct chain_impl<Identity> { struct