![]()  | 
  
    Toolbox snapshot
    
   The Reactive C++ Toolbox 
   | 
 
#include <vector>

Go to the source code of this file.
Classes | |
| class | toolbox::util::ArrayView< ValueT > | 
Namespaces | |
| namespace | toolbox | 
| namespace | toolbox::util | 
Functions | |
| template<typename ValueT , std::size_t SizeN> | |
| constexpr std::size_t | toolbox::util::array_size (const ValueT(&)[SizeN]) noexcept | 
| template<typename ValueT > | |
| constexpr ArrayView< std::remove_volatile_t< ValueT > > | toolbox::util::make_array_view (const ValueT *ptr, std::size_t len) noexcept | 
| template<typename ValueT , std::size_t SizeN> | |
| constexpr ArrayView< std::remove_cv_t< ValueT > > | toolbox::util::make_array_view (ValueT(&arr)[SizeN]) noexcept |