Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#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"
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 |
#define CATCH_CONFIG_MAIN |
Definition at line 30 of file test_to_string.cpp.
typedef std::vector<int> std_vec_int |
Definition at line 39 of file test_to_string.cpp.
typedef std_vec_int::const_iterator std_vec_int_citer |
Definition at line 45 of file test_to_string.cpp.
typedef std_vec_int_citer::pointer std_vec_int_citer_pointer |
Definition at line 48 of file test_to_string.cpp.
typedef std_vec_int::iterator std_vec_int_iter |
Definition at line 42 of file test_to_string.cpp.
TEST_CASE | ( | "JAU to_string() Test 00 - jau::to_string() std::string conversion" | , |
"" | [jau][std::string][to_string()] | ||
) |
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.