Small changes to save credentials.
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
* - Re-registering the same id overwrites the previous entry ("last wins").
|
||||
* - ClassId must be hashable (std::hash<ClassId> specialization must exist).
|
||||
*
|
||||
* @tparam ClassId Unique class identifier type (e.g. std::string, int, enum).
|
||||
* @tparam BaseClass Base type for all created objects.
|
||||
* @tparam Args Constructor arguments forwarded to registered derived types (by value).
|
||||
* @tparam ClassId -Unique class identifier type (e.g. std::string, int, enum).
|
||||
* @tparam BaseClass -Base type for all created objects.
|
||||
* @tparam Arg - Constructor arguments forwarded to registered derived types (by value).
|
||||
*
|
||||
* Usage example:
|
||||
* @code
|
||||
|
||||
Reference in New Issue
Block a user