|
tagval 0.2.0
Modern C++23 header-only library of tagged values (open/closed enumerations with metadata)
|
This is the complete list of members for tagval::KindView, including all inherited members.
| category() const noexcept | tagval::KindView | inline |
| descriptor() const noexcept | tagval::KindView | inline |
| detail::KindViewFactory | tagval::KindView | friend |
| EmitFn typedef | tagval::KindView | |
| find(const std::string_view code) const | tagval::KindView | inline |
| FindFn typedef | tagval::KindView | |
| for_each(F &&f) const | tagval::KindView | inline |
| is_closed_ended() const noexcept | tagval::KindView | inline |
| is_open_ended() const noexcept | tagval::KindView | inline |
| kind_id() const noexcept | tagval::KindView | inline |
| KindView() noexcept=default | tagval::KindView | |
| operator== | tagval::KindView | friend |
| values() const | tagval::KindView | inline |
| WalkFn typedef | tagval::KindView |