Create a reference object having the same value as the specified original object. Note that this copy constructor is generated by the compiler.

Synopsis

Declared in <bslstl_bitset.h>

reference(reference const& original) noexcept = default;

Created with MrDocs