MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / used

Method used

include/jwt/stack_alloc.hpp:101–104  ·  view source on GitHub ↗

* Returns number of remaining bytes within the storage buffer * that can be used for further allocation requests. */

Source from the content-addressed store, hash-verified

99 * that can be used for further allocation requests.
100 */
101 size_t used() const noexcept
102 {
103 return static_cast<size_t>(ptr_ - buf_);
104 }
105
106private: // Private member functions
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected