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

Method Wrapper

tests/test_jwt_object.cc:10–10  ·  view source on GitHub ↗

The std::move here is required to resolve to the move ctor rather than to the universal reference ctor.

Source from the content-addressed store, hash-verified

8 // The std::move here is required to resolve to the move ctor
9 // rather than to the universal reference ctor.
10 Wrapper(jwt::jwt_object&& obj) : object{std::move(obj)} {}
11 jwt::jwt_object object;
12};
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected