scoped_array.hpp File Reference

#include <cstddef>

Go to the source code of this file.

Data Structures

class  scoped_array< T >

Functions

template<class T >
void swap (scoped_array< T > &a, scoped_array< T > &b)

Function Documentation

template<class T >
void swap ( scoped_array< T > &  a,
scoped_array< T > &  b 
) [inline]

Definition at line 57 of file scoped_array.hpp.

00058 {
00059     a.swap(b);
00060 }

Generated on Sun Apr 11 12:23:09 2010 for RenderStack by  doxygen 1.6.3