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

Method size

include/jwt/stack_alloc.hpp:92–95  ·  view source on GitHub ↗

* The size of the internal storage buffer. */

Source from the content-addressed store, hash-verified

90 * The size of the internal storage buffer.
91 */
92 constexpr static size_t size() noexcept
93 {
94 return N;
95 }
96
97 /*
98 * Returns number of remaining bytes within the storage buffer

Callers 3

algorithmsFunction · 0.45
atMethod · 0.45
atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected