| 74 | |
| 75 | template <typename... T> |
| 76 | inline std::string DESCRIPTION(T&&... args) |
| 77 | { |
| 78 | return strings::join("\n", std::forward<T>(args)..., "\n"); |
| 79 | } |
| 80 | |
| 81 | |
| 82 | // Helper for description of Authentication requirements. |
no outgoing calls
no test coverage detected