static constexpr bool search()

in fatal/type/deprecated/type_list.h [2693:2699]


  static constexpr bool search(
    Needle &&needle, Visitor &&visitor, VArgs &&...args
  ) {
    return needle == T0::value
      ? FATAL_BINARY_SEARCH_EXACT_VISIT_IMPL(0)
      : false;
  }