class AnySuccessValueMatcher

Defined at line 70 of file ../../src/starnix/tests/syscalls/cpp/syscall_matchers.h

A polymorphic matcher equivalent to ::testing::internal::AnyMatcher, except

not in namespace ::testing::internal, and describing SyscallSucceeds()'s

match constraints (which are enforced by SyscallSuccessMatcher::Impl).

Public Methods

template <typename T>
::testing::Matcher<T> operator testing::Matcher<type-parameter-0-0> ()

Defined at line 73 of file ../../src/starnix/tests/syscalls/cpp/syscall_matchers.h

Records