Generally useful C++ utility code
Go to file
2024-09-16 19:57:11 +02:00
dns DNS parse: use expected{}.map() for rewrapping 2018-10-24 20:47:04 +02:00
.gitignore Move DNS related code to subdirectory 2018-10-14 10:53:51 +02:00
callback.hpp Only permit implicit conversions of return type 2017-11-27 01:54:15 +01:00
COPYING Initial commit 2017-11-12 19:29:23 +01:00
COPYING.LESSER Initial commit 2017-11-12 19:29:23 +01:00
expected.hpp Relicense expectec<T, E> under MPL 2.0 2019-08-15 07:56:23 +02:00
function_ref.hpp feat(function_ref): add as_c_callback() member function 2024-09-16 19:57:11 +02:00
LICENSE.MPL2.txt Relicense expectec<T, E> under MPL 2.0 2019-08-15 07:56:23 +02:00
Makefile Move DNS related code to subdirectory 2018-10-14 10:53:51 +02:00
monads.hpp Fix compile errors detected by Clang 2018-10-24 20:42:29 +02:00
observer_ptr.hpp This observer_ptr is not an implementation of N3840 2017-12-17 16:02:34 +01:00
overload.hpp Add overload() and visitor{} helpers 2018-09-27 10:03:13 +02:00
README.md Initial commit 2017-11-12 19:29:23 +01:00

util-cpp

Generally useful C++ utilities