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
data_vector.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <vector>
#include "core/fxcrt/fx_memory_wrappers.h"
+ Include dependency graph for data_vector.h:

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Typedefs

template<typename T >
using fxcrt::DataVector = std::vector<T, FxAllocAllocator<T>>