summaryrefslogtreecommitdiff
path: root/base/function_ref.h
AgeCommit message (Collapse)Author
2026-01-01manually update formatting of some copyrightsJordan Wiens
2025-12-15Introduce bn::base::function_ref, a non-owning function wrapper inspired by ↵Mark Rowe
C++26's std::function_ref This is to `std::function` as `std::string_view` is to `std::string`.