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

Method at

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

Source from the content-addressed store, hash-verified

154
155public:
156 constexpr signed char at(size_t pos) const noexcept
157 {
158 return X_ASSERT(pos < map_.size()), map_[pos];
159 }
160
161private:
162 std::array<signed char, 256> map_ = {{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected