Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Macros | Typedefs | Functions | Variables
test_to_string.cpp File Reference
#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <catch2/catch_amalgamated.hpp>
#include <jau/type_traits_queries.hpp>
#include <jau/basic_types.hpp>
#include "test_datatype01.hpp"
Include dependency graph for test_to_string.cpp:

Go to the source code of this file.

Macros

#define CATCH_CONFIG_MAIN
 

Typedefs

typedef std::vector< int > std_vec_int
 
typedef std_vec_int::iterator std_vec_int_iter
 
typedef std_vec_int::const_iterator std_vec_int_citer
 
typedef std_vec_int_citer::pointer std_vec_int_citer_pointer
 

Functions

 TEST_CASE ("JAU to_string() Test 00 - jau::to_string() std::string conversion", "[jau][std::string][to_string()]")
 

Variables

decltype(std::declval< std_vec_int_citer >().operator->()) typedef std_vec_int_citer_ptrop_retval
 

Macro Definition Documentation

◆ CATCH_CONFIG_MAIN

#define CATCH_CONFIG_MAIN

Definition at line 30 of file test_to_string.cpp.

Typedef Documentation

◆ std_vec_int

typedef std::vector<int> std_vec_int

Definition at line 39 of file test_to_string.cpp.

◆ std_vec_int_citer

typedef std_vec_int::const_iterator std_vec_int_citer

Definition at line 45 of file test_to_string.cpp.

◆ std_vec_int_citer_pointer

typedef std_vec_int_citer::pointer std_vec_int_citer_pointer

Definition at line 48 of file test_to_string.cpp.

◆ std_vec_int_iter

typedef std_vec_int::iterator std_vec_int_iter

Definition at line 42 of file test_to_string.cpp.

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "JAU to_string() Test 00 - jau::to_string() std::string conversion"  ,
""  [jau][std::string][to_string()] 
)

Definition at line 53 of file test_to_string.cpp.

Here is the call graph for this function:

Variable Documentation

◆ std_vec_int_citer_ptrop_retval

decltype( std::declval<std_vec_int_citer>().operator->() ) typedef std_vec_int_citer_ptrop_retval

Definition at line 51 of file test_to_string.cpp.