- Documentation and logic fixes for various structures
This commit is contained in:
@@ -221,8 +221,7 @@ public:
|
||||
}
|
||||
|
||||
///
|
||||
/// \brief Data Access
|
||||
/// \returns A const qualified pointer to the underlying allocation
|
||||
/// \returns A pointer to the underlying allocation
|
||||
constexpr char* data() {
|
||||
return _str;
|
||||
}
|
||||
@@ -236,6 +235,7 @@ public:
|
||||
|
||||
///
|
||||
/// \brief Implicit Dereference Cast
|
||||
/// \returns A const qualified pointer to the underlying allocation
|
||||
constexpr operator const char*() const {
|
||||
return _cstr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user