template <auto>
struct nontype_t
Defined at line 58 of file ../../third_party/abseil-cpp/src/absl/utility/utility.h
Backfill for std::nontype_t. An instance of this class can be provided as a
disambiguation tag to `absl::function_ref` to pass the address of a known
callable at compile time.
Requires C++20 due to `auto` template parameter.
Public Methods
void nontype_t<value-parameter-0-0> ()
Defined at line 59 of file ../../third_party/abseil-cpp/src/absl/utility/utility.h