jaulib v1.4.1-17-gd77ace3-dirty
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
test_stringfmt_footprint1.cpp File Reference
#include <sys/types.h>
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/cpp_pragma.hpp>
#include <jau/float_types.hpp>
#include <jau/int_types.hpp>
#include <jau/string_cfmt.hpp>
#include <jau/string_literal.hpp>
#include <jau/string_util.hpp>
#include <jau/test/catch2_ext.hpp>
#include <jau/type_concepts.hpp>
#include <jau/type_traits_queries.hpp>
Include dependency graph for test_stringfmt_footprint1.cpp:

Go to the source code of this file.

Functions

template<typename... Args>
static void printFormat (int line, const char *fmt, const Args &...args)
 
 TEST_CASE ("format: std::cfmt footprint", "[jau][std::string][jau::cfmt][footprint]")
 

Function Documentation

◆ printFormat()

template<typename... Args>
static void printFormat ( int line,
const char * fmt,
const Args &... args )
static

Definition at line 48 of file test_stringfmt_footprint1.cpp.

Here is the caller graph for this function:

◆ TEST_CASE()

TEST_CASE ( "format: std::cfmt footprint" ,
"" [jau][std::string][jau::cfmt][footprint] )

Definition at line 59 of file test_stringfmt_footprint1.cpp.