SYMBOL INDEX (47 symbols across 4 files)
FILE: 02-Codes/Editorials/ConvertToStrictlyIncreasing/convertToIncreasing.cpp
function main (line 5) | signed main() {
FILE: 02-Codes/Editorials/Random/TransposeColorsWork.cpp
function ostream (line 25) | ostream& operator<<(ostream &os, const pair &p) { return os << '('...
function ostream (line 27) | ostream & operator<<(ostream &os, const T_container &v) { os << '{'; str...
function dbg_out (line 28) | void dbg_out() { cout << "\n"; }
function dbg_out (line 29) | void dbg_out(Head H, Tail... T) { cout << H << ", "; dbg_out(T...);}
function solveEachTest (line 49) | void solveEachTest(int _TestCase) {
function main (line 99) | signed main() {
FILE: 02-Codes/Snippets/Raw/166_e_MatMul_w_Ashishgup.cpp
function ostream (line 25) | ostream& operator<<(ostream &os, const pair &p) { return os << '('...
function ostream (line 27) | ostream & operator<<(ostream &os, const T_container &v) { os << '{'; str...
function dbg_out (line 28) | void dbg_out() { cout << "\n"; }
function dbg_out (line 29) | void dbg_out(Head H, Tail... T) { cout << H << ", "; dbg_out(T...);}
function lld (line 52) | lld add(lld a, lld b) {
function lld (line 58) | lld mult(lld a, lld b) {
type matrix (line 69) | struct matrix {
method reset (line 72) | void reset() {
method makeiden (line 76) | void makeiden() {
method matrix (line 83) | matrix operator + (const matrix &o) const {
method matrix (line 93) | matrix operator * (const matrix &o) const {
function matrix (line 107) | matrix power(matrix a, lld b) {
method reset (line 72) | void reset() {
method makeiden (line 76) | void makeiden() {
method matrix (line 83) | matrix operator + (const matrix &o) const {
method matrix (line 93) | matrix operator * (const matrix &o) const {
function solveEachTest (line 143) | void solveEachTest(int _TestCase) {
function main (line 161) | signed main() {
FILE: 02-Codes/Snippets/mydebug.h
function namespace (line 288) | namespace pprint {
function enum_range (line 349) | enum_range final {
function min_impl (line 368) | [[nodiscard]] constexpr int min_impl() {
function range_impl (line 376) | [[nodiscard]] constexpr decltype(auto) range_impl() {
function is_name_char (line 386) | [[nodiscard]] constexpr bool is_name_char(char c, bool front) noexcept {
function strings_impl (line 424) | [[nodiscard]] constexpr decltype(auto) strings_impl(std::integer_sequenc...
function std (line 432) | [[nodiscard]] constexpr std::string_view name_impl(int value) noexcept {
function values_impl (line 445) | [[nodiscard]] constexpr decltype(auto) values_impl(std::integer_sequence...
function names_impl (line 462) | [[nodiscard]] constexpr decltype(auto) names_impl(std::integer_sequence<...
function std (line 471) | [[nodiscard]] constexpr std::optional enum_cast_impl(std::string_view...
function std (line 523) | [[nodiscard]] constexpr std::optional enum_cast(std::string_view valu...
function std (line 531) | [[nodiscard]] constexpr std::optional enum_cast(std::underlying_type_...
function E (line 544) | [[nodiscard]] constexpr E enum_value(std::size_t index) {
function enum_values (line 553) | [[nodiscard]] constexpr decltype(auto) enum_values() noexcept {
function enum_count (line 562) | [[nodiscard]] constexpr std::size_t enum_count() noexcept {
function std (line 571) | [[nodiscard]] constexpr std::optional enum_name(E valu...
function enum_names (line 584) | [[nodiscard]] constexpr decltype(auto) enum_names() noexcept {
function namespace (line 592) | namespace ops {
function namespace (line 624) | namespace pprint {
function string (line 813) | string type(const T& t) {
type typename (line 898) | typedef typename Container::value_type T;
type typename (line 1032) | typedef typename Container::value_type T;
type typename (line 1108) | typedef typename Container::value_type T;
type typename (line 1183) | typedef typename T::mapped_type Value;
type typename (line 1310) | typedef typename Container::value_type T;
type typename (line 1327) | typedef typename Container::value_type T;