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

Method stack_alloc

include/jwt/stack_alloc.hpp:156–159  ·  view source on GitHub ↗

'tors

Source from the content-addressed store, hash-verified

154
155public: // 'tors
156 stack_alloc(arena_type& a)
157 : arena_(a)
158 {
159 }
160
161 stack_alloc(const stack_alloc&) = default;
162 stack_alloc& operator=(const stack_alloc&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected