BloombergLP::bdlma::LocalBufferedObject::operator=

Assign the object held by this container to the specified value.

Synopsis

Declared in <bdlma_localbufferedobject.h>

template<class t_ANY_TYPE>
LocalBufferedObject<t_TYPE, t_BUFFER_SIZE, t_DISABLE_DESTRUCTION>&
operator=(t_ANY_TYPE&& value)
requires BDLMA_LOCAL_BUFFERED_VALUE_IS_ASSIGNABLE(
                               t_TYPE,
                               BSLS_COMPILERFEATURES_FORWARD_REF(t_ANY_TYPE) );