Exemplo n.º 1
0
inline void ArrayStringLong::init_from_parent() noexcept
{
    ref_type ref = get_ref_from_parent();
    init_from_ref(ref);
}
Exemplo n.º 2
0
inline void ArrayBinary::init_from_parent() noexcept
{
    ref_type ref = get_ref_from_parent();
    init_from_ref(ref);
}