VCCC  2024.05
VisualCamp Common C++ library
values_view.hpp
Go to the documentation of this file.
1 //
2 // Created by yonggyulee on 1/26/24.
3 //
4 
5 #ifndef VCCC_RANGES_VIEWS_VALUES_VIEW_HPP
6 #define VCCC_RANGES_VIEWS_VALUES_VIEW_HPP
7 
10 
11 namespace vccc {
12 namespace ranges {
13 
31 
33 template<typename R>
35 
36 namespace views {
37 
39 
40 } // namespace views
41 
43 
44 } // namespace ranges
45 } // namespace vccc
46 
47 #endif // VCCC_RANGES_VIEWS_VALUES_VIEW_HPP
Definition: elements_view.hpp:93
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
constexpr VCCC_INLINE_OR_STATIC detail::elements_adaptor_object< 1 > values
Definition: values_view.hpp:38
Definition: directory.h:12