@brief Returns the total number of environment variables for current process
| 406 | ProcessEnvironment& operator=(ProcessEnvironment&&) = delete; |
| 407 | |
| 408 | /// @brief Returns the total number of environment variables for current process |
| 409 | [[nodiscard]] size_t size() const { return numberOfEnvironment; } |
| 410 | |
| 411 | /// @brief Get the environment variable at given index, returning its name and value |