Problemunvalidated
I have a class that holds a URL as a string, and then access to each of the parts of the URL is held as views into the original URL — my class move constructor. Outcome: calculating the views has a cost, but it's better to calculate it once than on each access.
d9289ba3-8908-48ca-be7a-75be49d41a0a
I have a class that holds a URL as a string, and then access to each of the parts of the URL is held as views into the original URL — my class move constructor. Outcome: calculating the views has a cost, but it's better to calculate it once than on each access.