Horizon
Loading...
Searching...
No Matches
Classes | Functions
memory.hpp File Reference
#include <cstdint>
#include <memory>
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/detail/config.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/utility/polymorphic_cast.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::raw_storage_iterator< O, Val >
 
struct  ranges::iterator_wrapper< I >
 
struct  ranges::indirectly_readable_traits< iterator_wrapper< I > >
 
struct  ranges::raw_buffer< Val >
 

Functions

 ranges::template (typename I)() iterator_wrapper< I > iter_ref(I &i)
 
template<typename Val >
raw_buffer< Val > ranges::make_raw_buffer (Val *val)