GDB (xrefs)
Loading...
Searching...
No Matches
Variables
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

constexpr char c1[] = "one"
constexpr

◆ c2

constexpr char c2[] = "two"
constexpr

◆ n1

constexpr int n1 = s1.compare(s1)
constexpr

◆ n2

constexpr int n2 = s1.compare(s2)
constexpr

◆ s1

constexpr std::string_view s1 {c1}
constexpr

◆ s2

constexpr std::string_view s2 {c2}
constexpr