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

Table concept. More...

#include <kwk/concepts/container.hpp>

Detailed Description

Table concept.

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

Concept definition

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