#include <functional>
void Naming(){}
int main()
{
std::function<void()> Comand_Function;
Comand_Function = Naming;
return 0;
}
I2luY2x1ZGUgPGZ1bmN0aW9uYWw+Cgp2b2lkIE5hbWluZygpe30KIAppbnQgbWFpbigpCnsKCXN0ZDo6ZnVuY3Rpb248dm9pZCgpPiBDb21hbmRfRnVuY3Rpb247CglDb21hbmRfRnVuY3Rpb24gPSBOYW1pbmc7CglyZXR1cm4gMDsJCn0=