Alias for rich error types to declare fast exception‐lookup hints.

Synopsis

Declared in <folly/result/rich_error_base.h>

template<typename... ThisAndLikelyDerivedTypes>
using rich_error_hints = tag_t<rich_error<ThisAndLikelyDerivedTypes>...>;

Created with MrDocs