GDB (xrefs)
Loading...
Searching...
No Matches
selftests::string_view::capacity_1 Namespace Reference

Classes

struct  A
 
struct  B
 

Functions

template<typename T >
bool operator== (const A< T > &, const A< T > &)
 
template<typename T >
bool operator< (const A< T > &, const A< T > &)
 
static void test01 ()
 
static int main ()
 

Function Documentation

◆ main()

static int selftests::string_view::capacity_1::main ( )
static

Definition at line 166 of file string_view-selftests.c.

Referenced by selftests::string_view::run_tests().

◆ operator<()

template<typename T >
bool selftests::string_view::capacity_1::operator< ( const A< T > & ,
const A< T > &  )

Definition at line 33 of file string_view-selftests.c.

◆ operator==()

template<typename T >
bool selftests::string_view::capacity_1::operator== ( const A< T > & ,
const A< T > &  )

Definition at line 30 of file string_view-selftests.c.

◆ test01()

static void selftests::string_view::capacity_1::test01 ( )
static

Definition at line 136 of file string_view-selftests.c.