Home
last modified time | relevance | path

Searched defs:copy_throwable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dargs-test.cc152 struct copy_throwable { struct
153 copy_throwable() {} in copy_throwable() argument
154 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() function