stlsoft/collections/array_proxy.hpp File Reference


Detailed Description

[C++ only] Definition of the stlsoft::array_proxy class template (Collections Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/util/constraints.hpp>
#include <stlsoft/collections/util/collections.hpp>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Classes

class  array_proxy
 Acts as a proxy for built-in arrays, ensuring functions passed array proxies have safe access to both array pointer and length. More...

Functions

template<typename T, size_t N>
array_proxy< T > make_array_proxy (T(&t)[N])
template<typename T>
array_proxy< T > make_array_proxy (T *begin, T *end)
template<typename T>
array_proxy< const T > make_array_proxy (T const *begin, T const *end)
template<typename T>
array_proxy< T > make_array_proxy (T *p, size_t n)


Generated on Thu Jun 10 08:58:01 2010 for STLSoft by  doxygen 1.5.6