I realize that's an important comment for C++

This commit is contained in:
PJB3005
2026-04-04 22:49:51 +02:00
parent 824263fa6e
commit e55537f23e
+3
View File
@@ -171,6 +171,9 @@ public:
/**
* \brief Get the current value of the CVar.
*
* This reference is not guaranteed to remain up-to-date after modification of the CVar.
* It will, however, remain sound to access.
*/
[[nodiscard]] constexpr const T& getValue() const noexcept {
checkRegistered();