Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
struct NONE
113
{
114
void operator()() noexcept
115
{
116
return;
117
}
118
};
119
120
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected