codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
codex::Readable Concept Reference

Identifies whether a C++ type can be read from a buffer. More...

#include <packet_reader.hpp>

Concept definition

template<typename T>
Identifies whether a C++ type can be read from a buffer.
Definition packet_reader.hpp:22
constexpr Type type_to_enum
Mapping from Type to C++ types.
Definition packet_reader.hpp:17

Detailed Description

Identifies whether a C++ type can be read from a buffer.