Common Semantic Patterns - JonathanCline/JCLib GitHub Wiki
Customization Points
Anything named with the following pattern *_ftor
is a customization point within jclib
.
Lifetime and Ownership
bool good()
void release()
[nodiscard](/JonathanCline/JCLib/wiki/nodiscard) T extract()
void reset()