BPPrint
General object hashing library for C++
Functions
test_bpprint.cpp File Reference
#include <bpprint/Format.hpp>
#include <iostream>
Include dependency graph for test_bpprint.cpp:

Go to the source code of this file.

Functions

template<typename... Targs>
void test_string (const std::string &fmt, Targs...args)
 
template<typename... Targs>
void test_format (const std::string &fmt, Targs &&...args)
 
int main (void)
 

Function Documentation

int main ( void  )

Definition at line 43 of file test_bpprint.cpp.

Here is the call graph for this function:

template<typename... Targs>
void test_format ( const std::string &  fmt,
Targs &&...  args 
)

Definition at line 27 of file test_bpprint.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename... Targs>
void test_string ( const std::string &  fmt,
Targs...  args 
)

Definition at line 11 of file test_bpprint.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: