|
koutil
|
| ▼Nkoutil | |
| ▼Nargs | |
| Nerror | |
| Cargument_t | Represents a positional command-line argument |
| Ccommand_builder_t | Builder for creating command-line command |
| ▼Ccommand_t | Represents a command in the command-line interface |
| Cstring_hash | |
| Chelp_printer_t | |
| Coption_builder_t | Builder for creating command-line options |
| Coption_data_t | Holds metadata for an option |
| Coption_t | Represents a command-line option |
| Cparser_t | Command-line parser |
| Cresult_base_t | Represents the result of command-line parsing |
| Rvoid_handle | |
| Rextends_result | |
| ▼Ncontainer | |
| Ccomptime_map | A compile-time map implementation |
| ▼Chash_array | A hash array with open addressing and linear probing |
| Cadapter_wrapper | |
| Chash_wrapper | |
| ▼Cmulti_vector | Class representing a multi_vector |
| Citerator | Nested iterator class for multi_vector |
| Csingle_vector | |
| Csingle_vector_container | |
| ▼Ctemplate_hash_array | |
| Citerator | Iterator class template for hash_array |
| Ris_hash | Concept to check if a type is a valid hash function for a given Key type |
| Ris_key_adapter | Concept to check if a type is a valid key adapter |
| Ris_multi_vector_element | Concept to check if a type is a valid multi_vector element |
| Ris_template_hash | Concept to check if a type is a valid hash function for a given Key type |
| Ris_bucket | Concept to check if a type is a valid bucket type |
| Ris_template_key_adapter | Concept to check if a type is a valid key adapter |
| Ris_allocator | Concept to check if a type is a valid allocator for a given bucket type |
| ▼Nterm | |
| Ncolor | |
| Ncolor_literals | |
| Ccolor_bg_t | Structure representing a background color |
| Ccolor_fg_t | Structure representing a foreground color |
| Ccolor_t | Structure representing a color |
| Ccursor_move | Represents a cursor movement command |
| Ccursor_pos | Represents a cursor movement command |
| Cdimensions_t | Represents the dimensions of the terminal buffer |
| Cterminal | |
| ▼Ntype | |
| Ndetail | |
| Care_types | |
| Care_types< types< Types... > > | |
| Ctypes | A structure representing a variadic list of types |
| Ctypes_cat | Concatenates two types lists |
| Ctypes_cat< types< T... >, types< U... > > | Specialization for concatenating two types lists |
| ▼Ctypes_containers | A namespace containing container templates for types lists |
| Cvector | Provides a std::vector container |
| Ctypes_count | A template structure to count occurrences of a specific type in a types list |
| Ctypes_count< types< Types... > > | Specialization to count occurrences of a specific type in a types list |
| ▼Ctypes_transforms | A namespace containing transform templates for types lists |
| Cconstant | Provides a const T transform |
| Cconstant_reference | |
| Creference | Provides a T& transform |
| Ctuple | Provides a std::tuple transform |
| Cvariant | Provides a std::variant transform |
| Cvector_const_reference | |
| Cvector_reference | Provides a std::vector<T>::reference transform |
| Rtypes_concept | |
| Rtypes_transform | Concept for a type that provides a transform template |
| Rtypes_container | Concept for a type that provides a container template |
| Nutil |