doc. minor changes

This commit is contained in:
Michele Caini
2024-09-28 19:10:34 +02:00
parent 445b11e88c
commit 0b01e14f01

View File

@@ -481,8 +481,8 @@ public:
}
/**
* @brief Checks if a mixin refers to non-null registry.
* @return True if the mixin refers to non-null registry, false otherwise.
* @brief Checks if a mixin refers to a valid registry.
* @return True if the mixin refers to a valid registry, false otherwise.
*/
[[nodiscard]] explicit operator bool() const noexcept {
return (owner != nullptr);