BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/array.h File Reference
#include <CGAL/config.h>
#include <array>
Include dependency graph for array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cpp0x

Functions

template<typename T , typename... Args>
cpp0x::array< T, 1+sizeof...(Args) > make_array (const T &t, const Args &...args)

Function Documentation

template<typename T , typename... Args>
cpp0x::array< T, 1 + sizeof...(Args) > make_array ( const T &  t,
const Args &...  args 
) [inline]

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines