Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
move_into_vector.h File Reference

(ac01635f461bd9f211d89f6eea833d9d928fd113)

#include "../../namespaces.h"
#include <vector>
#include <tuple>
+ Include dependency graph for move_into_vector.h:
+ This graph shows which files directly or indirectly include this file:

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.