Create an EnumConstRef object that wraps the same object as the specified object.
Synopsis
Declared in <bdlar_enumref.h>
EnumConstRef(EnumRef const& object);
Parameters
Name |
Description |
object |
non‐const enumeration reference to rewrap as const |
Created with MrDocs