C++ Actor Framework 1.0.0
|
Decorates a container of type T
to appear as container of type U
.
More...
#include <algorithms.hpp>
Public Types | |
using | value_type = typename detail::get_callable_trait<F>::result_type |
Public Member Functions | |
size_t | size () const noexcept |
value_type | operator[] (size_t i) |
Public Attributes | |
Container & | x |
Related Symbols | |
(Note that these are not member symbols.) | |
template<class F , class Container > | |
container_view< F, Container > | make_container_view (Container &x) |
Returns a container view for x . | |
Decorates a container of type T
to appear as container of type U
.