41 bool empty() const noexcept;
53 size_t size() const noexcept;
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
secure_string(const char value[], size_t length)
This API supports the product infrastructure and is not intended to be used directly from your code....
intptr data() const noexcept
Gets underlying encrypted data.
size_t size() const noexcept
Gets underlying encrypted data size.
std::string to_unsecure_string() const noexcept
Gets decrypted data.
secure_string()=default
Initializes a new instance of the xtd::security::secure_string class.
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
Provides the underlying structure of the security system, including base classes for permissions.
Definition secure_string.hpp:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr size_type length() const noexcept
Returns the length of the current read_only_span.
Definition read_only_span.hpp:229
Contains xtd::string alias.