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;
Parameters
Name |
Description |
original |
reference whose referred bit is copied |
Created with MrDocs