Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
fast_pimpl.hpp File Reference
#include <helios/core_pch.hpp>
#include <array>
#include <bit>
#include <concepts>
#include <cstddef>
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

class  helios::utils::FastPimpl< T, Size, Alignment, RequireStrictMatch >
 Implements pimpl idiom without dynamic memory allocation. More...
 

Namespaces

namespace  helios
 
namespace  helios::utils