I have got a class with a large static std::array that needs an expensive computation to be initialized, so i defined a static method to perform it. I don\'t know however if