MCPcopy Create free account
hub / github.com/3rdparty/libprocess / AUTHORIZATION

Function AUTHORIZATION

include/process/help.hpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// Helper for description of Authorization requirements.
94template <typename... T>
95inline std::string AUTHORIZATION(T&&... args)
96{
97 return strings::join("\n", std::forward<T>(args)..., "\n");
98}
99
100
101template <typename... T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected