#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.
|
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) |
|