Create a reference object having the same value as the specified original object. Note that this copy constructor is generated by the compiler.
reference
original
Declared in <bslstl_bitset.h>
<bslstl_bitset.h>
reference(reference const& original) noexcept = default;
Created with MrDocs