An open API service indexing awesome lists of open source software.

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.

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