Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
array_internal.h File Reference
#include <array>
#include <cstddef>
#include <type_traits>
#include <utility>
#include "absl/utility/utility.h"

Go to the source code of this file.

Namespaces

namespace  gtl
 !
namespace  gtl::internal_array

Functions

template<typename T, std::size_t N, std::size_t... Idx>
constexpr std::array< std::remove_cv_t< T >, N > gtl::internal_array::to_array_internal (T(&ts)[N], absl::index_sequence< Idx... >)
template<typename T, std::size_t N, std::size_t... Idx>
constexpr std::array< std::remove_cv_t< T >, N > gtl::internal_array::to_array_internal (T(&&ts)[N], absl::index_sequence< Idx... >)