HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::string_literal< CharT, C > Struct Template Reference

#include <format.h>

Public Member Functions

constexpr operator basic_string_view< CharT > () const
 

Static Public Attributes

static constexpr CharT value [sizeof...(C)] = {C...}
 

Detailed Description

template<typename CharT, CharT... C>
struct detail::string_literal< CharT, C >

Definition at line 291 of file format.h.

Member Function Documentation

template<typename CharT , CharT... C>
constexpr detail::string_literal< CharT, C >::operator basic_string_view< CharT > ( ) const
inline

Definition at line 293 of file format.h.

Member Data Documentation

template<typename CharT , CharT... C>
constexpr CharT detail::string_literal< CharT, C >::value = {C...}
static

Definition at line 292 of file format.h.


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