C++ Registry Pattern Activity
A general-purpose C++ implementation of the Registry Pattern.
Brought to you by:
philipsalvaggio
REGISTER_SUBCLASS and REGISTER_SUBCLASS_W_IDENT...
Fixed an error in the comments.
Fixed an error in the comments.
Fixed an error in the comments.
Removed static asset, the two types don't need ...
Formatting.
Removed comment.
Added a static_assert to make sure the type in ...
Added IsRegistered().
Now using universal references on Create().
Converted Registry to a variadic template.
Made the code nicer to read.
Added expected output.
Include what you use fix.
Modified to work when not linked directly to ex...