https://github.com/yohhoy/cpp-longest-identifier
find longest identifier in C++ Standard.
https://github.com/yohhoy/cpp-longest-identifier
c-plus-plus cpp
Last synced: 12 months ago
JSON representation
find longest identifier in C++ Standard.
- Host: GitHub
- URL: https://github.com/yohhoy/cpp-longest-identifier
- Owner: yohhoy
- License: mit
- Created: 2018-08-16T15:13:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T15:16:28.000Z (over 1 year ago)
- Last Synced: 2024-11-28T16:25:44.603Z (over 1 year ago)
- Topics: c-plus-plus, cpp
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-longest-identifier
Find longest identifier in C++ Standard.
```
$ ./cpplongestid.py
atomic_compare_exchange_strong_explicit 39
hardware_constructive_interference_size 39
hardware_destructive_interference_size 38
propagate_on_container_copy_assignment 38
propagate_on_container_move_assignment 38
atomic_compare_exchange_weak_explicit 37
select_on_container_copy_construction 37
is_trivially_default_constructible_v 36
has_unique_object_representations_v 35
...
```
## License
MIT License