This is a constructor of class MyString:
MyString(const char* const& _str = nullptr);
Inside it, we give const char * and then again const& and then _str, what does const& mean here?
This is a constructor of class MyString:
MyString(const char* const& _str = nullptr);
Inside it, we give const char * and then again const& and then _str, what does const& mean here?
Copyright © 2021 Jogjafile Inc.