omni::smart_ptr::operator=
NAME

omni::smart_ptr::operator=

A member operator of omni::smart_ptr

#include <omni/smart_ptr.hpp>
smart_ptr<T>& omni::smart_ptr::operator=(const smart_ptr<T>& val)

OVERLOADS

template < typename T1 > smart_ptr& omni::smart_ptr::operator=(const smart_ptr<T1>& val)
smart_ptr<T>& omni::smart_ptr::operator=(pointer_t* val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top