Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>
#include "third_party/base/numerics/safe_conversions.h"
Go to the source code of this file.
Classes | |
class | fxcrt::FakeUniquePtr< T > |
Namespaces | |
namespace | fxcrt |
Functions | |
template<class T > | |
FakeUniquePtr< T > | fxcrt::MakeFakeUniquePtr (T *arg) |
template<typename ResultType , typename Collection > | |
ResultType | fxcrt::CollectionSize (const Collection &collection) |
template<typename IndexType , typename Collection > | |
bool | fxcrt::IndexInBounds (const Collection &collection, IndexType index) |