#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>
Go to the source code of this file.
|
| | 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) |
| |
◆ testToFrom()
| static void testToFrom |
( |
uint64_t | exp_v, |
|
|
std::string_view | exp_s ) |
|
static |
◆ testFrom()
template<typename value_type>
| static constexpr value_type testFrom |
( |
std::string_view | exp_s | ) |
|
|
staticconstexpr |
◆ TEST_CASE()
| TEST_CASE |
( |
"Test 01 - from_chars()" | , |
|
|
"" | [jau][string][toBitString] ) |