![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <array>
#include <cstddef>
#include <type_traits>
#include "absl/utility/utility.h"
#include "ortools/base/array_internal.h"
Go to the source code of this file.
Namespaces | |
namespace | gtl |
! |
Functions | |
template<typename T, std::size_t N> | |
constexpr std::array< std::remove_cv_t< T >, N > | gtl::to_array (T(&ts)[N]) |
template<typename T, std::size_t N> | |
constexpr std::array< std::remove_cv_t< T >, N > | gtl::to_array (T(&&ts)[N]) |