HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
hi::v1::detail::txt_arguments< Types > Struct Template Reference
Inheritance diagram for hi::v1::detail::txt_arguments< Types >:
hi::v1::detail::txt_arguments_base

Public Member Functions

template<typename... Args>
constexpr txt_arguments (Args &&...args)
 
std::unique_ptr< txt_arguments_basemake_unique_copy () const noexcept override
 
std::string format (std::locale const &loc, std::string_view fmt) const noexcept override
 
bool equal_to (txt_arguments_base const &rhs) const noexcept override
 

Data Fields

std::tuple< Types... > _args
 

Member Function Documentation

◆ equal_to()

template<typename... Types>
bool hi::v1::detail::txt_arguments< Types >::equal_to ( txt_arguments_base const & rhs) const
inlineoverridevirtualnoexcept

◆ format()

template<typename... Types>
std::string hi::v1::detail::txt_arguments< Types >::format ( std::locale const & loc,
std::string_view fmt ) const
inlineoverridevirtualnoexcept

◆ make_unique_copy()

template<typename... Types>
std::unique_ptr< txt_arguments_base > hi::v1::detail::txt_arguments< Types >::make_unique_copy ( ) const
inlineoverridevirtualnoexcept

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