diff --git a/Change_8cpp_source.html b/Change_8cpp_source.html
index 78d6894c0e..82522cc855 100644
--- a/Change_8cpp_source.html
+++ b/Change_8cpp_source.html
@@ -573,7 +573,7 @@ $(function() {
virtual NetworkOPs & getOPs()=0
-STBitString< 256 > STUInt256
+STBitString< 256 > STUInt256
bool dirRemove(Keylet const &directory, std::uint64_t page, uint256 const &key, bool keepRoot)
Remove an entry from a directory.
std::optional< KeyType > publicKeyType(Slice const &slice)
Returns the type of public key.
const SF_UINT64 sfLowNode
diff --git a/SField_8h_source.html b/SField_8h_source.html
index 72c28950bb..5c103f2cfd 100644
--- a/SField_8h_source.html
+++ b/SField_8h_source.html
@@ -114,7 +114,7 @@ $(function() {
- 46 template <std::
size_t>
+
diff --git a/STBitString_8h_source.html b/STBitString_8h_source.html
index f1e58c3897..b37afa6d88 100644
--- a/STBitString_8h_source.html
+++ b/STBitString_8h_source.html
@@ -96,195 +96,201 @@ $(function() {
- 28 template <std::
size_t Bits>
- 29 class STBitString final :
public STBase
-
-
-
-
-
-
+
+
+
+
+
+ 33 class STBitString final :
public STBase
+
+ 35 static_assert(Bits > 0,
"Number of bits must be positive");
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
- 60 template <
typename Tag>
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 66 template <
typename Tag>
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- 82 template <std::
size_t Bits>
-
-
-
-
- 87 template <std::
size_t Bits>
-
-
-
-
- 92 template <std::
size_t Bits>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 98 template <std::
size_t Bits>
-
-
+
+
+
- 104 template <std::
size_t Bits>
-
-
-
- 108 return emplace(n, buf, *
this);
-
-
- 111 template <std::
size_t Bits>
-
-
-
- 115 return emplace(n, buf, std::move(*
this));
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 139 template <std::
size_t Bits>
-
-
-
-
-
-
- 146 template <std::
size_t Bits>
-
-
-
-
- 151 return v && (value_ == v->value_);
-
-
- 154 template <std::
size_t Bits>
-
-
-
- 158 assert(getFName().isBinary());
- 159 assert(getFName().fieldType == getSType());
-
-
-
- 163 template <std::
size_t Bits>
- 164 template <
typename Tag>
-
-
-
-
-
-
- 171 template <std::
size_t Bits>
-
-
-
-
-
-
- 178 template <std::
size_t Bits>
-
+
+
+
+
+
+
+
+
+
+
+ 114 return emplace(n, buf, *
this);
+
+
+
+
+
+
+ 121 return emplace(n, buf, std::move(*
this));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 157 return v && (value_ == v->value_);
+
+
+
+
+
+
+ 164 assert(getFName().isBinary());
+ 165 assert(getFName().fieldType == getSType());
+
+
+
+
+ 170 template <
typename Tag>
+
+
+
+
+
+
+
+
+
- 184 template <std::
size_t Bits>
-
-
-
- 188 return value_ == beast::zero;
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 194 return value_ == beast::zero;
+
+
+
+
+
-value_type const & value() const
+value_type const & value() const
-
-void setValue(base_uint< Bits, Tag > const &v)
-STBase * copy(std::size_t n, void *buf) const override
+
+void setValue(base_uint< Bits, Tag > const &v)
+STBase * copy(std::size_t n, void *buf) const override
-STBase * move(std::size_t n, void *buf) override
-void add(Serializer &s) const override
+STBase * move(std::size_t n, void *buf) override
+void add(Serializer &s) const override
-base_uint< Bits > value_type
-bool isDefault() const override
-SerializedTypeID getSType() const override
+base_uint< Bits > value_type
+bool isDefault() const override
+SerializedTypeID getSType() const override
-bool isEquivalent(const STBase &t) const override
+bool isEquivalent(const STBase &t) const override
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
int addBitString(base_uint< Bits, Tag > const &v)
-std::string getText() const override
+std::string getText() const override
A type which can be exported to a well known binary format.
diff --git a/STObject_8h_source.html b/STObject_8h_source.html
index 6af7076c1e..623b97b84f 100644
--- a/STObject_8h_source.html
+++ b/STObject_8h_source.html
@@ -1218,7 +1218,7 @@ $(function() {
void setFieldVL(SField const &field, Blob const &)
Blob getFieldVL(SField const &field) const
bool isDefault() const override
-void setValue(base_uint< Bits, Tag > const &v)
+void setValue(base_uint< Bits, Tag > const &v)
friend bool operator==(std::nullopt_t, OptionalProxy const &rhs) noexcept
virtual ~STObject()=default
uint160 getFieldH160(SField const &field) const
diff --git a/classripple_1_1STBitString.html b/classripple_1_1STBitString.html
index a552f8fb12..534cf93458 100644
--- a/classripple_1_1STBitString.html
+++ b/classripple_1_1STBitString.html
@@ -142,7 +142,7 @@ Friends
| |
-template<std::size_t Bits>
+template<int Bits>
class ripple::STBitString< Bits >
@@ -154,7 +154,7 @@ class ripple::STBitString< Bits >
-template<std::size_t Bits>
+template<int Bits>
@@ -173,7 +173,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -200,7 +200,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -222,7 +222,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -244,7 +244,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -276,7 +276,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -323,7 +323,7 @@ template<std::size_t Bits>
|
@@ -333,7 +333,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -349,7 +349,7 @@ template<std::size_t Bits>
|
@@ -359,7 +359,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -379,7 +379,7 @@ template<std::size_t Bits>
|
@@ -389,7 +389,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -409,7 +409,7 @@ template<std::size_t Bits>
|
@@ -419,7 +419,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -435,7 +435,7 @@ template<std::size_t Bits>
|
@@ -445,7 +445,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
template<typename Tag >
@@ -459,7 +459,7 @@ template<typename Tag >
@@ -469,7 +469,7 @@ template<typename Tag >
-template<std::size_t Bits>
+template<int Bits>
@@ -487,7 +487,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
@@ -505,7 +505,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -535,7 +535,7 @@ template<std::size_t Bits>
|
@@ -545,7 +545,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -575,7 +575,7 @@ template<std::size_t Bits>
|
@@ -586,7 +586,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -602,7 +602,7 @@ template<std::size_t Bits>
|
@@ -613,7 +613,7 @@ template<std::size_t Bits>
-template<std::size_t Bits>
+template<int Bits>
|
@@ -629,7 +629,7 @@ template<std::size_t Bits>
|
diff --git a/namespaceripple.html b/namespaceripple.html
index bf5462f017..3d9e2e5b03 100644
--- a/namespaceripple.html
+++ b/namespaceripple.html
@@ -6972,7 +6972,7 @@ template<class Value , class Hash = hardened_hash<strong_hash>, class
@@ -6988,7 +6988,7 @@ template<class Value , class Hash = hardened_hash<strong_hash>, class
@@ -7004,7 +7004,7 @@ template<class Value , class Hash = hardened_hash<strong_hash>, class