CGAL 5.2 - STL Extensions for CGAL
CGAL::Construct_array Struct Reference

#include <CGAL/array.h>

Definition

Functor that constructs std::array<T, N> where N is the number of arguments given to the function.

The position of each argument in the array is the same as its position in the argument list.

This is the functor version of make_array().

The maximal number of arguments is 6.

Public Member Functions

template<class T >
std::array< T, N > operator() (const T &...)