MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / padding

Method padding

include/jwt-cpp/base.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 size_t length = 0;
155
156 padding() = default;
157 padding(size_t count, size_t length) : count(count), length(length) {}
158
159 padding operator+(const padding& p) { return padding(count + p.count, length + p.length); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected