예제 #1
0
 bool is_linked() const
 {
    return Hooks::base_hook_type::is_linked() ||
    Hooks::auto_base_hook_type::is_linked() ||
    node_.is_linked() ||
    auto_node_.is_linked();
 }