Berserk
Classes | Namespaces | Functions
StringName.hpp File Reference
#include <core/Config.hpp>
#include <core/Typedefs.hpp>
#include <core/string/String.hpp>
#include <core/templates/Ref.hpp>
#include <core/templates/RefCnt.hpp>
#include <mutex>
#include <ostream>
#include <unordered_map>
#include <utility>
Include dependency graph for StringName.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StringName
 Cached shared utf-8 string id. More...
 
struct  std::hash< BRK_NS::StringName >
 

Namespaces

 std
 

Functions

std::ostream & operator<< (std::ostream &stream, const BRK_NS::StringName &name)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const BRK_NS::StringName &  name 
)
inline