0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00
construct/include/ircd/util
2020-03-14 17:15:53 -07:00
..
boolean.h ircd::util: Add a strong boolean typedef customization. 2019-08-02 17:34:31 -07:00
bswap.h
callbacks.h ircd::util::callbacks: Add default void prototype to template. 2019-09-30 14:23:28 -07:00
closure.h
construction.h ircd::util: Add the construction utility device. 2019-08-24 16:49:01 -07:00
custom_ptr.h
enum.h ircd::util: Fix noexcept propagation through enum relaxation operators. 2019-07-30 13:46:22 -07:00
env.h
fpe.h
hash.h ircd: Apply noexcept on various constexpr callstacks. 2019-08-15 00:05:48 -07:00
identity.h ircd::util: Add pre-c++2a identity functor template. 2020-02-26 18:10:41 -08:00
instance_list.h ircd::util: Disable undefined-var-template warning for clang. 2020-02-02 17:35:33 -08:00
instance_multimap.h
iterator.h
life_guard.h
maybe.h ircd::util: Inline template definitions for clang. 2020-02-01 13:34:45 -08:00
nothrow.h
params.h ircd::util::params: Support prefixed non-positional parameters. 2019-12-10 22:02:30 -08:00
pointers.h
pretty.h ircd::util: Allow integer index on all overloads for precooked format strings. 2019-09-22 16:09:15 -07:00
pubsetbuf.h
README.md
reentrance.h
scope_count.h
scope_restore.h ircd::util: Additional noexcept ctor. 2019-09-19 22:07:41 -07:00
string.h
syscall.h
test.h
timer.h
tuple.h
typography.h ircd::util: Add mutable_cast convenience template. 2019-09-01 21:06:30 -07:00
u2a.h
unique_iterator.h
unit_literal.h
unwind.h ircd::util: Increase constness; remove default template arguments on definition. 2019-12-04 23:28:29 -08:00
util.h ircd::util: Apply noexcept to several participating overloads. 2020-03-14 17:15:53 -07:00
va_rtti.h
what.h

Utility Toolchest

This namespace contains an accumulated collection of miscellaneous classes and functions which have demonstrated value some place in the project, but are not really specific to the project's application. While most of libircd is arguably a utility suite itself (i.e tokens.h and lex_cast.h and base.h which are not within ircd::util) the contents of this namespace tend to be even more abstract, and serve as utilities to the utilities, etc. This collection is here to save developers time and enforce DRY.

These tools still rank below ircd::exception, *_view, buffer:: and allocator:: and can still make use of those considering the linear inclusion strategy of the project (see: ircd.h).