clang-tools 20.0.0git
|
#include <Matchers.h>
Public Member Functions | |
OptionalMatcher (const InnerMatcher &matcher) | |
OptionalMatcher (const OptionalMatcher &)=default | |
OptionalMatcher & | operator= (const OptionalMatcher &)=delete |
template<typename Optional > | |
operator Matcher< Optional > () const | |
Definition at line 132 of file clangd/unittests/Matchers.h.
|
inlineexplicit |
Definition at line 134 of file clangd/unittests/Matchers.h.
|
default |
|
inline |
Definition at line 145 of file clangd/unittests/Matchers.h.
|
delete |