{"id":13730532,"url":"https://github.com/phisko/meta","last_synced_at":"2025-10-30T08:14:37.419Z","repository":{"id":42136019,"uuid":"362763626","full_name":"phisko/meta","owner":"phisko","description":"Metaprogramming helpers for C++.","archived":false,"fork":false,"pushed_at":"2023-03-08T11:05:51.000Z","size":81,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-23T08:20:36.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phisko.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}},"created_at":"2021-04-29T09:33:54.000Z","updated_at":"2023-09-03T19:50:41.000Z","dependencies_parsed_at":"2024-01-25T18:05:31.440Z","dependency_job_id":"abe6d002-85cf-40bd-890e-93ebc266c0e3","html_url":"https://github.com/phisko/meta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phisko%2Fmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phisko%2Fmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phisko%2Fmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phisko%2Fmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phisko","download_url":"https://codeload.github.com/phisko/meta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242687,"owners_count":20907135,"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-08-03T02:01:16.175Z","updated_at":"2025-10-30T08:14:32.394Z","avatar_url":"https://github.com/phisko.png","language":"C++","readme":"# Meta\n\n[![tests](https://github.com/phisko/meta/workflows/tests/badge.svg)](https://github.com/phisko/meta/actions/workflows/build.yml)\n\nPhisko's metaprogramming utilities.\n\n## Classes\n\n* [type](putils/meta/type.md): object representation of a type\n* [table](putils/meta/table.md): map any number of keys of any number of types to any number of values of any number of types. All with compile-time type safety.\n\n## Function-only headers\n\n* [for_each](putils/meta/for_each.md): call a function for each element in a tuple, or instantiate a template type and call a static function for each type in a list\n* [fwd](putils/meta/fwd.md): macro which calls `std::forward` for the correct type\n* [has_type](putils/meta/has_type.md): type_trait indicating whether a tuple contains a certain type\n* [members](putils/meta/member.md): type_traits and functions for inspecting type members\n* [nameof](putils/meta/nameof.md): macro to mimick other languages' `nameof`\n* [new_from_tuple](putils/meta/new_from_tuple.md): a make_from_tuple that creates a heap-based object\n\n## Type traits\n\n* [indexed_type](putils/meta/traits/indexed_type.md)\n\n## Concepts\n\n* [callable](putils/meta/concepts/callable.md)\n* [enumeration](putils/meta/concepts/enumeration.md)\n* [indexable](putils/meta/concepts/indexable.md)\n* [invocable](putils/meta/concepts/invocable.md)\n* [member_function_ptr](putils/meta/concepts/member_function_ptr.md)\n* [specialization](putils/meta/concepts/specialization.md)\n* [streamable](putils/meta/concepts/streamable.md)\n* [unstreamable](putils/meta/concepts/unstreamable.md)\n\n### Function traits\n\n* [function_signature](putils/meta/traits/function_signature.md)\n* [function_arguments](putils/meta/traits/function_arguments.md)\n* [function_return_type](putils/meta/traits/function_return_type.md)\n\n### Member function traits\n\n* [member_function_signature](putils/meta/traits/member_function_signature.md)\n* [member_function_arguments](putils/meta/traits/member_function_arguments.md)\n* [member_function_return_type](putils/meta/traits/member_function_return_type.md)\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphisko%2Fmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphisko%2Fmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphisko%2Fmeta/lists"}