{"id":22834575,"url":"https://github.com/briancairl/dont","last_synced_at":"2026-02-14T23:02:58.629Z","repository":{"id":267474953,"uuid":"900080463","full_name":"briancairl/dont","owner":"briancairl","description":"A collection of C++ template (metaprogramming) utilities that I often need, but don't want to have to re-implement for the 1000th time.","archived":false,"fork":false,"pushed_at":"2025-01-21T14:25:45.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T05:04:06.512Z","etag":null,"topics":["compile-time","compile-time-meta-programming","constexpr","cpp","cpp17","dont","gtest","metaprogramming","parameter-pack","template","templates","typetraits"],"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/briancairl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T20:07:02.000Z","updated_at":"2025-01-21T14:25:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cd88557-75fe-4e71-ac35-baa2357e68e7","html_url":"https://github.com/briancairl/dont","commit_stats":null,"previous_names":["briancairl/dont"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancairl%2Fdont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancairl%2Fdont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancairl%2Fdont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancairl%2Fdont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briancairl","download_url":"https://codeload.github.com/briancairl/dont/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824681,"owners_count":21167345,"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":["compile-time","compile-time-meta-programming","constexpr","cpp","cpp17","dont","gtest","metaprogramming","parameter-pack","template","templates","typetraits"],"created_at":"2024-12-12T22:06:50.147Z","updated_at":"2026-02-14T23:02:53.597Z","avatar_url":"https://github.com/briancairl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dont\n\nA collection of C++ template (metaprogramming) utilities that I often need, but don't want to have to re-implement for the 1000th time.\n\n## Requirements\n\n- A C++ compiler that supports:\n    + C++17 or greater\n    + `#pragma once` because I refuse to accept that it's not standard\n- [optional] CMake\n- [optional] [GTest](https://github.com/google/googletest) (for unit tests)\n\nNote that the `core` implementations included here *do not depend on the STL*.\n\n## Includes\n\n- appending to a template parameter pack\n- merging two or more template parameter packs\n- conditionally removing types from param packs\n- \"iterating\" over tuple-like objects (loop-unrolling)\n\n## Running tests\n\n### Clean rebuild and test\n\n```bash\nrm -rf build; (mkdir build \u0026\u0026 cd build \u0026\u0026 cmake .. -DDONT_ENABLE_TESTING:bool=on \u0026\u0026 make \u0026\u0026 ctest -V)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriancairl%2Fdont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriancairl%2Fdont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriancairl%2Fdont/lists"}