GDB (xrefs)
Loading...
Searching...
No Matches
2.cc File Reference
#include <string_view>

Go to the source code of this file.

Variables

constexpr char c1 [] = "one"
 
constexpr char c2 [] = "two"
 
constexpr std::string_view s1 {c1}
 
constexpr std::string_view s2 {c2}
 
constexpr int n1 = s1.compare(s1)
 
constexpr int n2 = s1.compare(s2)
 

Variable Documentation

◆ c1

char c1[] = "one"
constexpr

◆ c2

◆ n1

int n1 = s1.compare(s1)
constexpr

◆ n2

int n2 = s1.compare(s2)
constexpr

◆ s1

◆ s2