Warning, file /include/boost/beast/http/basic_dynamic_body_fwd.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_BEAST_HTTP_BASIC_DYNAMIC_BODY_FWD_HPP
0011 #define BOOST_BEAST_HTTP_BASIC_DYNAMIC_BODY_FWD_HPP
0012
0013 namespace boost {
0014 namespace beast {
0015 namespace http {
0016
0017 template<class DynamicBuffer>
0018 struct basic_dynamic_body;
0019
0020 }
0021 }
0022 }
0023
0024 #endif