![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Namespaces | |
| namespace | QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE |
| namespace | QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE::QDOC_CATCH_GENERATORS_TRAITS_NAMESPACE |
Typedefs | |
| template<typename... Args> | |
| using | QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE::QDOC_CATCH_GENERATORS_TRAITS_NAMESPACE::first_from_pack_t = std::tuple_element_t<0, std::tuple<Args...>> |
| Returns the type of the first element of Args. | |
Functions | |
| template<typename... MoveOnlyTypes> | |
| auto | QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE::move_into_vector (MoveOnlyTypes... movables) |
| Builds an std::vector by moving movables into it. | |