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

Category concept. More...

#include <kwk/concepts/category.hpp>

Detailed Description

Category concept.

A KIWAKU Category is a type usable as a semantic setting.

Concept definition

template<typename Type>
concept kwk::concepts::category = requires(Type const&)
{
typename Type::kwk_container_category;
}
Category concept.
Definition category.hpp:20
constexpr auto fixed
Provides a short-cut to define a std::integral_constant value from a literal integer.
Definition fixed.hpp:107