VCCC  2024.05
VisualCamp Common C++ library
view_base.hpp
Go to the documentation of this file.
1 //
2 // Created by yonggyulee on 2023/12/29.
3 //
4 
5 #ifndef VCCC_RANGES_VIEW_BASE_HPP
6 #define VCCC_RANGES_VIEW_BASE_HPP
7 
8 namespace vccc {
9 namespace ranges {
10 
13 
17 struct view_base {};
18 
20 
21 } // namespace vccc
22 } // namespace ranges
23 
24 #endif // VCCC_RANGES_VIEW_BASE_HPP
Definition: directory.h:12
Deriving from view_base enables range types to model view.
Definition: view_base.hpp:17