boost_bloom 0.1.0

Boost C++ library boost_bloom packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[#header_fast_multiblock32]
== `<boost/bloom/fast_multiblock32.hpp>`

:idprefix: header_fast_multiblock32_

[listing,subs="+macros,+quotes"]
-----
namespace boost{
namespace bloom{

template<std::size_t K>
struct xref:fast_multiblock32[fast_multiblock32];

} // namespace bloom
} // namespace boost
-----