Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
fmt.h File Reference

Internal Header. More...

#include <botan/types.h>
#include <locale>
#include <sstream>
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  Botan
 
namespace  Botan::fmt_detail
 

Functions

void Botan::fmt_detail::do_fmt (std::ostringstream &oss, std::string_view format)
 
template<typename T , typename... Ts>
void Botan::fmt_detail::do_fmt (std::ostringstream &oss, std::string_view format, const T &val, const Ts &... rest)
 
template<typename... T>
std::string Botan::fmt (std::string_view format, const T &... args)
 

Detailed Description

Internal Header.

Definition in file fmt.h.