MCPcopy Create free account
hub / github.com/Kitware/CMake / to_string

Method to_string

Source/cmList.h:294–297  ·  view source on GitHub ↗

Conversions

Source from the content-addressed store, hash-verified

292
293 // Conversions
294 std::string to_string() const
295 {
296 return this->join(cmList::element_separator);
297 }
298
299 operator container_type&() & noexcept { return this->Values; }
300 operator container_type const&() const& noexcept { return this->Values; }

Callers 15

testConstructorsFunction · 0.80
testAssignFunction · 0.80
testConversionsFunction · 0.80
testModifiersFunction · 0.80
testRemoveItemsFunction · 0.80
testRemoveDuplicatesFunction · 0.80
testFilterFunction · 0.80
testReverseFunction · 0.80
testSortFunction · 0.80
testTransformFunction · 0.80
HandleGetCommandFunction · 0.80
HandlePopBackCommandFunction · 0.80

Calls 1

joinMethod · 0.95

Tested by 10

testConstructorsFunction · 0.64
testAssignFunction · 0.64
testConversionsFunction · 0.64
testModifiersFunction · 0.64
testRemoveItemsFunction · 0.64
testRemoveDuplicatesFunction · 0.64
testFilterFunction · 0.64
testReverseFunction · 0.64
testSortFunction · 0.64
testTransformFunction · 0.64