Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::concepts::view Concept Reference

View concept. More...

#include <kwk/concepts/container.hpp>

Detailed Description

View concept.

A kwk::concepts::view is a kwk::concepts::container type with the semantic of a kwk::view.

Concept definition

template<typename T, typename... Settings>
concept kwk::concepts::view = container<T,Settings...> && (kwk::view_ == std::remove_cvref_t<T>::kind())
Container concept.
Definition container.hpp:63
View concept.
Definition container.hpp:90
constexpr auto fixed
Provides a short-cut to define a std::integral_constant value from a literal integer.
Definition fixed.hpp:107
constexpr __::view_ view_
kwk::view category setting
Definition category.hpp:52