MOS Source Code
Loading...
Searching...
No Matches
type_utils.hpp File Reference
#include <algorithm>
#include <mos/mos_global.h>
#include <mos/string_view.hpp>
+ Include dependency graph for type_utils.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  string_literal< n >
 
struct  NamedType< name >
 
struct  InitOnce< V, TSpecialisation >
 

Namespaces

namespace  mos
 

Concepts

concept  mos::HasTypeName
 

Macros

#define PrivateTag
 

Functions

template<typename T>
static consteval string_view getTypeName ()
 

Macro Definition Documentation

◆ PrivateTag

#define PrivateTag
Value:
private: \
struct Private \
{ \
};

Definition at line 48 of file type_utils.hpp.