diff --git a/Animal_8h_source.html b/Animal_8h_source.html
index 60a2a85fd..6cb045da3 100644
--- a/Animal_8h_source.html
+++ b/Animal_8h_source.html
@@ -104,7 +104,7 @@
-
+
@@ -112,54 +112,54 @@
-
+
19 static std::string_view
bear();
-
+
30 static std::string_view
bird();
-
41 static std::string
cat();
+
41 static std::string_view
cat();
-
+
-
63 static std::string
cow();
+
63 static std::string_view
cow();
-
+
-
85 static std::string
dog();
+
85 static std::string_view
dog();
-
+
96 static std::string_view
fish();
-
+
-
+
-
+
129 static std::string_view
lion();
-
+
-
+
-
+
-
+
173 static std::string_view
type();
-
static std::string cow()
Returns a random species of cow.
-
static std::string bird()
Returns a random species of bird.
-
static std::string rodent()
Returns a random species of rodent.
-
static std::string bear()
Returns a random species of bear.
-
static std::string rabbit()
Returns a random species of rabbit.
-
static std::string insect()
Returns a random species of insect.
-
static std::string horse()
Returns a random species of horse.
-
static std::string cetacean()
Returns a random species of cetacean.
-
static std::string fish()
Returns a random species of fish.
-
static std::string dog()
Returns a random species of dog.
-
static std::string snake()
Returns a random species of snake.
-
static std::string lion()
Returns a random species of lion.
-
static std::string type()
Returns a random type of animal.
-
static std::string crocodile()
Returns a random species of crocodilia.
-
static std::string cat()
Returns a random species of cat.
+
static std::string_view fish()
Returns a random species of fish.
+
static std::string_view type()
Returns a random type of animal.
+
static std::string_view snake()
Returns a random species of snake.
+
static std::string_view cat()
Returns a random species of cat.
+
static std::string_view insect()
Returns a random species of insect.
+
static std::string_view bear()
Returns a random species of bear.
+
static std::string_view rodent()
Returns a random species of rodent.
+
static std::string_view bird()
Returns a random species of bird.
+
static std::string_view cow()
Returns a random species of cow.
+
static std::string_view lion()
Returns a random species of lion.
+
static std::string_view horse()
Returns a random species of horse.
+
static std::string_view dog()
Returns a random species of dog.
+
static std::string_view cetacean()
Returns a random species of cetacean.
+
static std::string_view crocodile()
Returns a random species of crocodilia.
+
static std::string_view rabbit()
Returns a random species of rabbit.
diff --git a/Phone_8h_source.html b/Phone_8h_source.html
index 31ecb3aa1..9a44233e7 100644
--- a/Phone_8h_source.html
+++ b/Phone_8h_source.html
@@ -104,9 +104,9 @@
-
-
-
+
+
+
5#include <unordered_map>
@@ -131,8 +131,8 @@
-
98 static std::map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
-
99 static std::map<PhoneNumberCountryFormat, std::string> phoneNumberFormatMap;
+
98 static std::unordered_map<PhoneNumberCountryFormat, std::string> createPhoneNumberFormatMap();
+
99 static std::unordered_map<PhoneNumberCountryFormat, std::string> phoneNumberFormatMap;
diff --git a/String_8h_source.html b/String_8h_source.html
index 55b3176ef..98dad5630 100644
--- a/String_8h_source.html
+++ b/String_8h_source.html
@@ -105,12 +105,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
9#include <unordered_map>
11#include "RandomGenerator.h"
@@ -132,7 +132,7 @@
-
32using GuaranteeMap = std::map<char, CharCount>;
+
32using GuaranteeMap = std::unordered_map<char, CharCount>;
50bool isValidGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters,
unsigned int length);
diff --git a/classfaker_1_1Animal-members.html b/classfaker_1_1Animal-members.html
index d37c377ff..310c9a5eb 100644
--- a/classfaker_1_1Animal-members.html
+++ b/classfaker_1_1Animal-members.html
@@ -105,21 +105,21 @@
This is the complete list of members for faker::Animal, including all inherited members.
diff --git a/classfaker_1_1Animal.html b/classfaker_1_1Animal.html
index ba721730c..e0cbd39aa 100644
--- a/classfaker_1_1Animal.html
+++ b/classfaker_1_1Animal.html
@@ -108,55 +108,55 @@
|
-static std::string | bear () |
- | Returns a random species of bear.
|
- |
-static std::string | bird () |
- | Returns a random species of bird.
|
- |
-static std::string | cat () |
- | Returns a random species of cat.
|
- |
-static std::string | cetacean () |
- | Returns a random species of cetacean.
|
- |
-static std::string | cow () |
- | Returns a random species of cow.
|
- |
-static std::string | crocodile () |
- | Returns a random species of crocodilia.
|
- |
-static std::string | dog () |
- | Returns a random species of dog.
|
- |
-static std::string | fish () |
- | Returns a random species of fish.
|
- |
-static std::string | horse () |
- | Returns a random species of horse.
|
- |
-static std::string | insect () |
- | Returns a random species of insect.
|
- |
-static std::string | lion () |
- | Returns a random species of lion.
|
- |
-static std::string | rabbit () |
- | Returns a random species of rabbit.
|
- |
-static std::string | rodent () |
- | Returns a random species of rodent.
|
- |
-static std::string | snake () |
- | Returns a random species of snake.
|
- |
-static std::string | type () |
- | Returns a random type of animal.
|
- |
+static std::string_view | bear () |
+ | Returns a random species of bear.
|
+ |
+static std::string_view | bird () |
+ | Returns a random species of bird.
|
+ |
+static std::string_view | cat () |
+ | Returns a random species of cat.
|
+ |
+static std::string_view | cetacean () |
+ | Returns a random species of cetacean.
|
+ |
+static std::string_view | cow () |
+ | Returns a random species of cow.
|
+ |
+static std::string_view | crocodile () |
+ | Returns a random species of crocodilia.
|
+ |
+static std::string_view | dog () |
+ | Returns a random species of dog.
|
+ |
+static std::string_view | fish () |
+ | Returns a random species of fish.
|
+ |
+static std::string_view | horse () |
+ | Returns a random species of horse.
|
+ |
+static std::string_view | insect () |
+ | Returns a random species of insect.
|
+ |
+static std::string_view | lion () |
+ | Returns a random species of lion.
|
+ |
+static std::string_view | rabbit () |
+ | Returns a random species of rabbit.
|
+ |
+static std::string_view | rodent () |
+ | Returns a random species of rodent.
|
+ |
+static std::string_view | snake () |
+ | Returns a random species of snake.
|
+ |
+static std::string_view | type () |
+ | Returns a random type of animal.
|
+ |
-