OGLplus  (0.59.0) a C++ wrapper for rendering APIs

flatten_fwd.hpp
Go to the documentation of this file.
1 
9 #ifndef EAGINE_MEMORY_FLATTEN_FWD_HPP
10 #define EAGINE_MEMORY_FLATTEN_FWD_HPP
11 
12 namespace eagine {
13 namespace memory {
14 
15 template <typename ValueType, typename Pointer, typename SizeType>
16 class basic_span;
17 
18 } // namespace memory
19 
20 template <typename Src, typename Dst>
21 struct flatten_traits;
22 
23 } // namespace eagine
24 
25 #endif // EAGINE_MEMORY_FLATTEN_FWD_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
Non-owning view of a contiguous range of memory with ValueType elements.
Definition: flatten_fwd.hpp:16

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).