MCPcopy Create free account
hub / github.com/Tessil/ordered-map / string>

Method string>

tests/utils.h:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213template <>
214inline std::string utils::get_key<std::string>(std::size_t counter) {
215 return "Key " + std::to_string(counter);
216}
217
218template <>
219inline move_only_test utils::get_key<move_only_test>(std::size_t counter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected