5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_MANIPULATION_NON_CONSTRUCTIBLE_DUMMY_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_MANIPULATION_NON_CONSTRUCTIBLE_DUMMY_HPP_
A special dummy class that cannot be constructed. It can be used as a substitute argument for copy/mo...
Definition non_constructible_dummy.hpp:16
non_constructible_dummy(non_constructible_dummy &&)=delete
Not movable.
~non_constructible_dummy()=delete
Not destructible.
non_constructible_dummy()=delete
Not default constructible.
auto operator=(non_constructible_dummy &&) -> non_constructible_dummy &=delete
Not movable.
auto operator=(non_constructible_dummy const &) -> non_constructible_dummy &=delete
Not copyable.
non_constructible_dummy(non_constructible_dummy const &)=delete
Not copyable.
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10