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

Method Arena

include/jwt/stack_alloc.hpp:49–54  ·  view source on GitHub ↗

'tors

Source from the content-addressed store, hash-verified

47{
48public: // 'tors
49 Arena() noexcept
50 : ptr_(buf_)
51 {
52 static_assert (alignment <= alignof(std::max_align_t),
53 "Alignment chosen is more than the maximum supported alignment");
54 }
55
56 /// Non copyable and assignable
57 Arena(const Arena&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected