コード例 #1
0
void PrimitiveListNotifier::do_attach_to(SharedGroup& sg)
{
    REALM_ASSERT(m_table_handover);
    REALM_ASSERT(!m_table);
    m_table = sg.import_table_from_handover(std::move(m_table_handover));
}