{"id":13424482,"url":"https://github.com/qnope/Little-Type-Library","last_synced_at":"2025-03-15T18:35:14.941Z","repository":{"id":37841507,"uuid":"161952185","full_name":"qnope/Little-Type-Library","owner":"qnope","description":"A little metaprogramming and functional library","archived":false,"fork":false,"pushed_at":"2022-09-16T08:17:52.000Z","size":8618,"stargazers_count":67,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"Benchmarks","last_synced_at":"2024-08-01T00:41:15.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qnope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-15T23:32:48.000Z","updated_at":"2023-10-11T07:29:16.000Z","dependencies_parsed_at":"2023-01-17T17:30:56.986Z","dependency_job_id":null,"html_url":"https://github.com/qnope/Little-Type-Library","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnope%2FLittle-Type-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnope%2FLittle-Type-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnope%2FLittle-Type-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnope%2FLittle-Type-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qnope","download_url":"https://codeload.github.com/qnope/Little-Type-Library/tar.gz/refs/heads/Benchmarks","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221601420,"owners_count":16850349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:00:54.991Z","updated_at":"2024-10-26T23:31:27.862Z","avatar_url":"https://github.com/qnope.png","language":"C++","readme":"\u003cimg src=\"LTL.png\" alt=\"drawing\" width=\"1000\"/\u003e\n## Introduction\n**Little Type Library** or **LTL** for short is a lightweight library that can be used for meta programming and / or functional programming.\n**LTL** is under MIT license, and as such, you can use it without any limitation. I just ask you to signal me every bugs you are going to experience.\nThis library works under C++ 17.\n\nThere is some features that are heavily inspired from C++20 range proposal.\n\n## The different sub-library\n+ [Type library](documentation/Type.md):  \n  1. Variable carrying type\n  2. Compile time computation\n  3. Compile time programming in the same way of run time programming\n  4. CRTP\n+ [Traits library](documentation/Traits.md)\n  1. Traits like ordinary function\n  2. Concept like\n  3. Macro to generate your own traits for your templated types\n+ [Tuple library](documentation/Tuple.md)\n  1. Tuple like array with square brackets notation\n  2. Type manipulation with type list\n  3. For each for tuples\n+ [Algorithms library](documentation/algorithms.md)\n  1. Predicates\n  2. No need for iterators\n  3. Member function are allowed in algorithms\n  4. Find returns option monad\n  5. zip\n  6. index and enumerate\n+ [Functional library](documentation/Functional.md)\n  1. Pipeline\n  2. Infinite sequence\n  3. Actions\n  4. List monad\n  5. Option monad\n  6. Error monad\n  7. Currying\n+ [Other utilities](documentation/Other.md)\n  1. Condition helpers (`AllOf`, `AnyOf`, `NoneOf`)\n  2. Streambuf for write into an array thanks to standard streams\n  3. Strong types\n  4. Variant helpers and `recursive_variant`\n\nI would like to thanks Gaétan Bahl and Nicolas Tollenaere for their advice\nI would also thank [friendlyanon](https://github.com/friendlyanon) for the better CMake usage\n","funding_links":[],"categories":["Containers and Algorithms"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqnope%2FLittle-Type-Library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqnope%2FLittle-Type-Library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqnope%2FLittle-Type-Library/lists"}