HighMap library (C++)
Loading...
Searching...
No Matches
hmap::log::format_string_with_loc< Args > Struct Template Reference

#include <logger.hpp>

Public Member Functions

template<typename S >
requires std::constructible_from<std::format_string<Args...>, const S &>
consteval format_string_with_loc (const S &s, const std::source_location &l=std::source_location::current())
 

Public Attributes

std::format_string< Args... > fmt
 
std::source_location loc
 

Constructor & Destructor Documentation

◆ format_string_with_loc()

template<typename... Args>
template<typename S >
requires std::constructible_from<std::format_string<Args...>, const S &>
consteval hmap::log::format_string_with_loc< Args >::format_string_with_loc ( const S &  s,
const std::source_location &  l = std::source_location::current() 
)
inline

Member Data Documentation

◆ fmt

template<typename... Args>
std::format_string<Args...> hmap::log::format_string_with_loc< Args >::fmt

◆ loc

template<typename... Args>
std::source_location hmap::log::format_string_with_loc< Args >::loc

The documentation for this struct was generated from the following file: