| Gamp v0.0.7-36-g24b1eb6
    Gamp: Graphics, Audio, Multimedia and Processing | 
#include <cassert>#include <cinttypes>#include <cstring>#include <jau/test/catch2_ext.hpp>#include <jau/type_traits_queries.hpp>#include <jau/basic_types.hpp>#include "test_datatype01.hpp"Go to the source code of this file.
| Typedefs | |
| typedef std::vector< int > | std_vec_int | 
| typedef std_vec_int::const_iterator | std_vec_int_citer | 
| typedef std_vec_int_citer::pointer | std_vec_int_citer_pointer | 
| typedef decltype(std::declval< std_vec_int_citer >().operator->()) | std_vec_int_citer_ptrop_retval | 
| typedef std_vec_int::iterator | std_vec_int_iter | 
| Functions | |
| TEST_CASE ("JAU to_string() Test 00 - jau::to_string() std::string conversion", "[jau][std::string][to_string()]") | |
| typedef std::vector<int> std_vec_int | 
Definition at line 37 of file test_to_string.cpp.
| typedef std_vec_int::iterator std_vec_int_iter | 
Definition at line 40 of file test_to_string.cpp.
| typedef std_vec_int::const_iterator std_vec_int_citer | 
Definition at line 43 of file test_to_string.cpp.
| typedef std_vec_int_citer::pointer std_vec_int_citer_pointer | 
Definition at line 46 of file test_to_string.cpp.
| typedef decltype( std::declval<std_vec_int_citer>().operator->() ) std_vec_int_citer_ptrop_retval | 
Definition at line 49 of file test_to_string.cpp.
| TEST_CASE | ( | "JAU to_string() Test 00 - jau::to_string() std::string conversion" | , | 
| "" | [jau][std::string][to_string()] ) | 
Definition at line 51 of file test_to_string.cpp.