C++ Template Metaprogramming | HFT Interview Question

In this video I have discussed a template metaprogramming question which is commonly asked in HFT Interviews. Question: Write a template metafunction to find dimension of array of any type at compile time. Dimension of an array is also known as rank of array. Implementation of std::rank in C : Connect with me on Instagram:
Back to Top