jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
test_stringconv_from.cpp File Reference
#include <cassert>
#include <cstring>
#include <limits>
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/string_cfmt.hpp>
#include <jau/string_util.hpp>
#include <jau/test/catch2_ext.hpp>
#include <jau/type_traits_queries.hpp>
Include dependency graph for test_stringconv_from.cpp:

Go to the source code of this file.

Classes

struct  DataFromTo01< value_type >
 

Functions

 TEST_CASE ("Test 01 - from_chars()", "[jau][string][toBitString]")
 
template<typename value_type>
static constexpr value_type testFrom (std::string_view exp_s)
 
static void testToFrom (uint64_t exp_v, std::string_view exp_s)
 

Function Documentation

◆ testToFrom()

static void testToFrom ( uint64_t exp_v,
std::string_view exp_s )
static

Definition at line 37 of file test_stringconv_from.cpp.

Here is the caller graph for this function:

◆ testFrom()

template<typename value_type>
static constexpr value_type testFrom ( std::string_view exp_s)
staticconstexpr

Definition at line 45 of file test_stringconv_from.cpp.

Here is the caller graph for this function:

◆ TEST_CASE()

TEST_CASE ( "Test 01 - from_chars()" ,
"" [jau][string][toBitString] )

Definition at line 60 of file test_stringconv_from.cpp.