Cthulhu  0.2.10
Cthulhu compiler collection
ed::SmallString< N > Class Template Reference

#include <utils.hpp>

Public Member Functions

 operator const char * () const
 
const char * c_str () const
 
size_t size () const
 

Static Public Member Functions

static SmallString sprintf (const char *format, auto &&... args)
 

Detailed Description

template<size_t N>
class ed::SmallString< N >

Definition at line 11 of file utils.hpp.

Member Function Documentation

◆ c_str()

template<size_t N>
const char* ed::SmallString< N >::c_str ( ) const
inline

Definition at line 26 of file utils.hpp.

◆ operator const char *()

template<size_t N>
ed::SmallString< N >::operator const char * ( ) const
inline

Definition at line 24 of file utils.hpp.

◆ size()

template<size_t N>
size_t ed::SmallString< N >::size ( ) const
inline

Definition at line 27 of file utils.hpp.

◆ sprintf()

template<size_t N>
static SmallString ed::SmallString< N >::sprintf ( const char *  format,
auto &&...  args 
)
inlinestatic

Definition at line 17 of file utils.hpp.


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