Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
unique_object.h File Reference
#include <utility>
#include "flutter/fml/compiler_specific.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/macros.h"

Go to the source code of this file.

Classes

class  fml::UniqueObject< T, Traits >
 

Namespaces

namespace  fml
 

Functions

template<class T , class Traits >
void fml::swap (const UniqueObject< T, Traits > &a, const UniqueObject< T, Traits > &b)
 
template<class T , class Traits >
bool fml::operator== (const T &value, const UniqueObject< T, Traits > &object)
 
template<class T , class Traits >
bool fml::operator!= (const T &value, const UniqueObject< T, Traits > &object)