The following 5 users would like to thank tata simonyan for this tip:Q:
How to correctly use function pointers in C++
Is it incorrect to use function pointers in C++ as follows?
void (*)() = []()
{
[](std::string s)
{
std::cout ac619d1d87
Related links:
Comments