sculpto
Classes | Namespaces | Functions
fixed_string.h File Reference

Fixed ;ength string class implementation module. Useful for class templates. More...

Go to the source code of this file.

Classes

struct  scl::fixed_string< N >
 

Namespaces

namespace  scl
 

Functions

template<size_t Length>
 scl::fixed_string (const char(&str)[Length]) -> fixed_string< Length - 1 >
 

Detailed Description

Fixed ;ength string class implementation module. Useful for class templates.

Author
Sabitov Kirill
Date
26 June 2022

Definition in file fixed_string.h.