How to test whether class B is derived from template family of classes

后端 未结 3 1771
遇见更好的自我
遇见更好的自我 2020-12-03 19:08

How to test at compile time whether class B is derived from std::vector?

template
struct is_derived_from_vector {
  static const bool value =          


        
3条回答
提交回复
热议问题