|
cxxomfort
rel.20210622
Simple backports for C++ - http://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. Namespace that holds the library's own implementations, emulations and supplements. | |
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&)
1.8.13