omni::smart_ptr::operator=
NAME

omni::smart_ptr::operator=

A member operator of omni::smart_ptr

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


OVERLOADS

smart_ptr& omni::smart_ptr::operator=(pointer_t* val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top