OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrowsT
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
T.pass.cpp
32
struct
ThrowsT
{
33
ThrowsT
(int) noexcept(false) {}
49
using V = std::variant<Dummy,
ThrowsT
>;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/variant.ctor/
T.pass.cpp
32
struct
ThrowsT
{
33
ThrowsT
(int) noexcept(false) {}
49
using V = std::variant<Dummy,
ThrowsT
>;
Completed in 137 milliseconds