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

Method boolean

include/jwt/json/json.hpp:5534–5538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5532 }
5533
5534 bool boolean(bool val)
5535 {
5536 handle_value(val);
5537 return true;
5538 }
5539
5540 bool number_integer(number_integer_t val)
5541 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected