TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
shared_ptr.h File Reference
#include "shared_base.h"
#include <cstddef>
Include dependency graph for shared_ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ttsdk::shared_ptr< T >
 

Namespaces

namespace  ttsdk
 

Functions

template<typename T >
bool ttsdk::operator== (const shared_ptr< T > &p, std::nullptr_t)
 
template<class T >
bool ttsdk::operator!= (const shared_ptr< T > &p, std::nullptr_t)
 
template<class T >
bool ttsdk::operator== (shared_ptr< T > &a, shared_ptr< T > &b)
 
template<class T >
bool ttsdk::operator!= (shared_ptr< T > &a, shared_ptr< T > &b)