CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::components::str_literal_t< N > Struct Template Referenceexport

Public Member Functions

constexpr str_literal_t (const char(&str)[N])
 
constexpr str_literal_t (const char(&str)[N])
 

Public Attributes

char value [N]
 

Detailed Description

template<std::size_t N>
struct cydui::components::str_literal_t< N >

Definition at line 15 of file component_types.cppm.

Constructor & Destructor Documentation

◆ str_literal_t() [1/2]

template<std::size_t N>
cydui::components::str_literal_t< N >::str_literal_t ( const char(&) str[N])
inlineconstexprexport

Definition at line 16 of file component_types.cppm.

◆ str_literal_t() [2/2]

template<std::size_t N>
cydui::components::str_literal_t< N >::str_literal_t ( const char(&) str[N])
inlineconstexprexport

Definition at line 16 of file component_types.cppm.


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