Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
std::formatter< helios::ecs::Entity > Struct Reference

#include <entity.hpp>

Static Public Member Functions

static constexpr auto parse (std::format_parse_context &ctx) noexcept
static constexpr auto format (const helios::ecs::Entity &entity, format_context &ctx)

Detailed Description

Definition at line 124 of file entity.hpp.

Member Function Documentation

◆ format()

constexpr auto std::formatter< helios::ecs::Entity >::format ( const helios::ecs::Entity & entity,
format_context & ctx )
inlinestaticconstexpr

Definition at line 129 of file entity.hpp.

◆ parse()

constexpr auto std::formatter< helios::ecs::Entity >::parse ( std::format_parse_context & ctx)
inlinestaticconstexprnoexcept

Definition at line 125 of file entity.hpp.