NAME
A operator of omni::smart_ptr
omni::smart_ptr::operator=
A operator of omni::smart_ptr
#include <omni/smart_ptr.hpp>
smart_ptr<T>& omni::smart_ptr::operator=(const smart_ptr<T>& val)
template < typename T1 >
smart_ptr& omni::smart_ptr::operator=(const smart_ptr<T1>& val)
smart_ptr<T>& omni::smart_ptr::operator=(pointer_t* val)