VCCC  2024.05
VisualCamp Common C++ library
enable_view< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/enable_view.hpp>

+ Inheritance diagram for enable_view< T >:

Detailed Description

template<typename T>
struct vccc::ranges::enable_view< T >

Notes

vccc::ranges::enable_view is implemented as struct(std::ranges::enable_view is inline constexpr bool). Specializations must be inherited from std::integral_constant<bool, v>.

See also
std::ranges::enable_view
view_base
view_interface

The documentation for this struct was generated from the following file: