NRP Core  1.4.1
fixed_string.h File Reference
#include <string>
#include <string_view>

Go to the source code of this file.

Classes

struct  FixedString< N >
 

Functions

template<std::size_t N>
 FixedString (const char(&str)[N]) -> FixedString< N >
 
template<std::size_t N>
 FixedString (const FixedString< N > &str) -> FixedString< N >
 
 FixedString () -> FixedString< 0 >
 
template<class T >
 FixedString (T str) -> FixedString< T::Length >
 

Function Documentation

◆ FixedString() [1/4]

FixedString ( ) -> FixedString< 0 >

◆ FixedString() [2/4]

template<std::size_t N>
FixedString ( const char(&)  str[N]) -> FixedString< N >

◆ FixedString() [3/4]

template<std::size_t N>
FixedString ( const FixedString< N > &  str) -> FixedString< N >

◆ FixedString() [4/4]

template<class T >
FixedString ( str) -> FixedString< T::Length >