cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Provides helper functions for cxxomfort's array_ref
.
More...
Namespaces | |
cxxomfort | |
Namespace of the cxxomfort library. | |
cxxomfort::library | |
Supplements to backports and other utilities. | |
Provides helper functions for cxxomfort's array_ref
.
This header adds the following helper functions to namespace cxxomfort::library
:
array_ref<T> arrayref (std::vector<T> const&)
array_ref<T> arrayref (cxxomfort::fixed_vector<T> const&)
array_ref<char> arrayref(std::string const&)
array_ref<wchar_t> arrayref(std::wstring const&)