NodeRef& operator=(const NodeRef&) = delete; //1 NodeRef& operator=(NodeRef&&) = delete; //2
Удаленные операторы присваивания класса NodeRef.