why not instantiate integral_constant<> with double?

前端 未结 0 1200
盖世英雄少女心
盖世英雄少女心 2020-12-15 11:14

template class :integral_constant <> as follows: \'\'\'

template 
struct integral_constant {
  static constexpr T value = v;
  typed         


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