Go to the source code of this file.
Classes | |
struct | arbb::array< T, N > |
A small array with a compile-time constant number of elements. More... | |
Namespaces | |
namespace | arbb |
The Intel(R) ArBB C++ frontend namespace. | |
namespace | std |
STL namespace. | |
Functions | |
template<typename T , std::size_t N> | |
void | arbb::swap (array< T, N > &a, array< T, N > &b) |
Swaps the provided arrays by calling a.swap(b). | |
template<std::size_t N, typename T > | |
array< T, N > | arbb::make_array (const T &t) |
Constructs an array from the given value t (scalar extension). | |
template<typename T , std::size_t N> | |
void | std::swap (arbb::array< T, N > &a, arbb::array< T, N > &b) |
Specialized swap implementation for arbb::array. |
Copyright © 2010, Intel Corporation. All rights reserved.