Hello,
how can I "layout" the given form to:
// this is the goal:
// (to avoid many left space):
template<typename T = DWORD>
std::string windows::ERROR_TOO_MANY_DESCRIPTORS
( std::function< void(std::any)> func = nullptr,
std::any args = nullptr
)
This is the current (origin) form:
template<typename T = DWORD>
std::string windows::ERROR_TOO_MANY_DESCRIPTORS ( std::function<
void(std::any)> /func/ = |nullptr|,
std::any /args/ = |nullptr|
)
--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com
|