Searched defs:is_nothrow_move_constructible (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_optional.h77 noexcept(std::is_nothrow_move_constructible<T> ()) function in class:gdb::optional
89 noexcept (std::is_nothrow_move_constructible<T> ()) function in class:gdb::optional
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_optional.h77 noexcept(std::is_nothrow_move_constructible<T> ()) function in class:gdb::optional
89 noexcept (std::is_nothrow_move_constructible<T> ()) function in class:gdb::optional

Completed in 71 milliseconds