mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Add `best::fnref` and `best::wtf` #20

Closed mcy closed 2 months ago

mcy commented 2 months ago

best::fnref is an implementation of absl::FunctionRef, and best::wtf() is the "nice" entry-point for hard-crashing. I am uncertain on the name best::wtf(), I may potentially switch to best::panic() or best::omg().

Also includes taxonomy traits for abominable function qualifiers, which best::fnref uses.