Overload set segments_ref_test::check

Members

static
void
check(
    void(* f)(segments_ref),
    core::string_view s0,
    core::string_view s1,
    std::initializer_list<core::string_view> init);
  » more...
cpp
static
void
check(
    void(* f1)(segments_ref),
    void(* f2)(segments_ref),
    core::string_view s0,
    core::string_view s1,
    std::initializer_list<core::string_view> init);
  » more...
cpp