cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces | Functions
array.hpp File Reference

Implementations and Backports for Standard header array. More...

Classes

struct  array< T, N >
 C++11 array class. More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::fix
 Fixes for implementation issues in std.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename T , size_t N>
constexpr auto to_array (T(&arr)[N]) -> std::array< typename std::remove_cv< T >::type, N >
 Creates a std::array from a native C array. More...
 

Detailed Description

Implementations and Backports for Standard header array.

<array>:
""