Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
AutoPtr.h File Reference
#include "Poco/Foundation.h"
#include "Poco/Exception.h"
#include <algorithm>
#include <cstddef>
+ Include dependency graph for AutoPtr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Poco::AutoPtr< C >
 

Namespaces

namespace  Poco
 

Functions

template<class C >
void Poco::swap (AutoPtr< C > &p1, AutoPtr< C > &p2)
 
template<typename T , typename... Args>
AutoPtr< T > Poco::makeAuto (Args &&... args)