Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 NkwkMain KIWAKU namespace
 Nconcepts
 RallocatorAllocator concept
 RaxisAxis concept
 Rdynamic_axisDynamically-sized axis concept
 Rstatic_axisStatically-sized axis concept
 RcategoryCategory concept
 Rbasic_containerBasic container concept
 RcontainerContainer concept
 RtableTable concept
 RviewView concept
 RjokerConcept for types acting as a joker value
 Rnamed_extentShape and stride named values
 Rnumeric_extentShape and stride numerical values
 RextentShape and stride valid values
 RrangeConcept for types supporting calls to standard begin/end/size interface
 Rcontiguous_rangeConcept for Range types providing access to a contiguous block of data
 RpointerConcept for types behaving as an actual pointer type
 Rhas_static_sizeConcept for types exposing a compile-time size value
 Rcontiguous_static_rangeConcept for Contiguous Range exposing a compile-time size value
 RslicerSlicer specifier concept
 Runit_slicerSlicer specifier with unit step concept
 RcallableKWK callable
 Rdeferred_callableKWK deferred callable
 Rtag_invocableType supporting the tag_invoke protocol