Iros
 
Loading...
Searching...
No Matches
fixed_string_to_utf8_string_view.h File Reference

Go to the source code of this file.

Classes

struct  di::container::detail::FixedStringToUtf8StringViewFunction< literal >
 

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::detail
 

Variables

template<container::FixedString literal, size_t... indices>
constexpr c8 const di::container::detail::as_c8_buffer [sizeof...(indices)] = { static_cast<char>(literal.data()[indices])... }
 
template<FixedString literal>
constexpr auto di::container::fixed_string_to_utf8_string_view = detail::FixedStringToUtf8StringViewFunction<literal> {}