コード例 #1
0
 inline type_id_t get_type_id() const {
     if (is_builtin_type()) {
         return get_builtin_type_id();
     } else {
         return m_type->get_type_id();
     }
 }
コード例 #2
0
ファイル: test_type_registry.cpp プロジェクト: corsy/libdynd
 bool operator==(const ndt::base_type &rhs) const { return get_id() == rhs.get_id(); }