SYMBOL INDEX (15 symbols across 4 files) FILE: src/aligned_new.cpp type jc (line 6) | namespace jc { function T (line 9) | T* aligned_new() { function aligned_release (line 23) | void aligned_release(T* p) { function main (line 42) | int main() { FILE: src/concatenation.cpp type jc (line 3) | namespace jc { function concat (line 6) | constexpr auto concat(F f, Fs... fs) { function main (line 16) | int main() { FILE: src/print_special_formatting.cpp type jc (line 4) | namespace jc { class format_guard (line 6) | class format_guard { type scientific_type (line 15) | struct scientific_type { method scientific_type (line 17) | explicit scientific_type(T val) : value{val} {} function main (line 28) | int main() { FILE: src/random_sequence.cpp type jc (line 10) | namespace jc { function random_sequence (line 13) | std::vector random_sequence() { function main (line 25) | int main() {