phd icon indicating copy to clipboard operation
phd copied to clipboard

A collection of useful things; sometimes proofs of concepts, sometimes production-ready code.

trafficstars

phd

A collection of all my libraries. Some of them are implementations of proposals found on my portfolio and blog.

There is no build to just use the library! This is a header-only, linker-hassle-free™ (LHF) library.

parts

handle

A unique_handle type, similar to unique_ptr. See handle.

out_ptr

Simple parameter wrapper for output pointers. See out_ptr.

overload

Faux-overloading from multiple different callables into one callable. See overload.