Is template type of a std::function detached by std::bind an undefined behavior?

后端 未结 0 907
花落未央
花落未央 2021-01-24 11:35

i am working on MSVC

static bool filter_entity(void* entity)
{
    return entity == nullptr;
};
template
static bool Dispatch(const F& filte         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题