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

Container concept. More...

#include <kwk/concepts/container.hpp>

Detailed Description

Container concept.

A kwk::concepts::container is a type exhibiting the basic interface of a nD container and having a given set of settings.

Concept definition

template<typename T, typename... Os>
, typename rbr::result::fetch_t
, Os...
>::type
>
, rbr::fetch(size | typename std::remove_cvref_t<T>::shape_type{}, Os{}...)
>
Basic container concept.
Definition container.hpp:27
Container concept.
Definition container.hpp:63
constexpr __::size_ size
Size setting for kwk::table and kwk::view.
Definition size.hpp:46
constexpr auto fixed
Provides a short-cut to define a std::integral_constant value from a literal integer.
Definition fixed.hpp:107