commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
fixed_string.hpp File Reference

NTTP-friendly fixed-size string usable as a non-type template parameter. More...

#include <cstddef>
#include <string_view>
Include dependency graph for fixed_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  comms::FixedString< N >
 Compile-time fixed-size string usable as a non-type template parameter. More...
 

Detailed Description

NTTP-friendly fixed-size string usable as a non-type template parameter.