tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
basic_format_string< CharT, Args > Struct Template Reference

#include <basic_format_string.hpp>

Public Member Functions

template<typename T >
requires convertible_to<T const&, basic_string_view<CharT>>
consteval basic_format_string (T const &s)
 
constexpr auto get () const noexcept -> basic_string_view< CharT >
 

Constructor & Destructor Documentation

◆ basic_format_string()

template<typename CharT , typename... Args>
template<typename T >
requires convertible_to<T const&, basic_string_view<CharT>>
consteval basic_format_string ( T const s)
inline

Member Function Documentation

◆ get()

template<typename CharT , typename... Args>
constexpr auto get ( ) const -> basic_string_view<CharT>
inlineconstexprnoexcept

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