Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
String.h File Reference
#include "STLString.h"
#include <fmt/format.h>

Go to the source code of this file.

Classes

class  Divide::Str< N >
 
struct  fmt::formatter< Divide::Str< N > >
 
struct  std::hash< Divide::Str< N > >
 

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 
namespace  std
 

Concepts

concept  Divide::is_string
 

Macros

#define DVD_STRING_H_
 

Functions

template<size_t N>
Str< N > Divide::operator+ (const char *other, const Str< N > &base)
 
template<size_t N>
Str< N > Divide::operator+ (const std::string_view other, const Str< N > &base)
 
template<size_t N>
Str< N > Divide::operator+ (const Str< N > &base, const char *other)
 
template<size_t N>
Str< N > Divide::operator+ (const Str< N > &base, const std::string_view other)
 

Macro Definition Documentation

◆ DVD_STRING_H_

#define DVD_STRING_H_

Definition at line 34 of file String.h.