Agora  1.2.0
Agora project
bin_to_hex.h File Reference
#include <cctype>
#include <spdlog/common.h>
Include dependency graph for bin_to_hex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spdlog::details::dump_info< It >
 
struct  fmt::formatter< spdlog::details::dump_info< T >, char >
 

Namespaces

 spdlog
 
 spdlog::details
 
 fmt
 

Functions

template<typename Container >
details::dump_info< typename Container::const_iterator > spdlog::to_hex (const Container &container, size_t size_per_line=32)
 
template<typename It >
details::dump_info< It > spdlog::to_hex (const It range_begin, const It range_end, size_t size_per_line=32)