ThePhD / phd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 77.2%Language:Python 13.9%Language:CMake 8.9%