📅  最后修改于: 2022-03-11 14:44:45.024000             🧑  作者: Mango
代码示例1
#include
template
class observable_list {
static_assert(std::is_base_of::value, "T must inherit from list");
// code here..
};