Defining template function with std::is_invocable_v outside of class

前端 未结 0 551
滥情空心
滥情空心 2020-12-08 01:45

I have this class:

template 
class Value {
    private:
    bool fixed;
    union {
        T value;
        std::function get;
          


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