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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <memory>
#include "third_party/base/numerics/safe_conversions.h"
+ Include dependency graph for stl_util.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)