rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
20 lines (11 loc) • 560 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IdCategory](./rc-js-util.idcategory.md)
## IdCategory class
Mirrors the C++ class of the same name. Each category can have multiple kinds of specializations.
**Signature:**
```typescript
export declare class IdCategory extends StableId
```
**Extends:** [StableId](./rc-js-util.stableid.md)
## Remarks
There should only be one instance of a conceptual class (which should have a unique name)