That Terminal
A terminal emulator designed for video making purposes.
fixed_string< N > Struct Template Reference

Public Member Functions

constexpr fixed_string (const char(&s)[N])
 
consteval const char * data () const
 
consteval std::size_t size () const
 

Public Attributes

char str [N]
 

Detailed Description

template<std::size_t N>
struct fixed_string< N >

See explanation in VerifyHash()

Constructor & Destructor Documentation

◆ fixed_string()

template<std::size_t N>
constexpr fixed_string< N >::fixed_string ( const char(&)  s[N])
inlineconstexpr

Initializes the string with the given

Parameters
sstring constant

Member Function Documentation

◆ data()

template<std::size_t N>
consteval const char* fixed_string< N >::data ( ) const
inline
Returns
a pointer to the string

◆ size()

template<std::size_t N>
consteval std::size_t fixed_string< N >::size ( ) const
inline
Returns
the string length

Member Data Documentation

◆ str

template<std::size_t N>
char fixed_string< N >::str[N]

Stores the string


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