userver: utils::AnyMovable::HolderBase Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::AnyMovable::HolderBase Struct Reference
+ Collaboration diagram for utils::AnyMovable::HolderBase:

Public Types

using DeleterType = void(*)(HolderBase &) noexcept
 

Public Attributes

DeleterType deleter
 

Detailed Description

Definition at line 120 of file any_movable.hpp.

Member Typedef Documentation

◆ DeleterType

using utils::AnyMovable::HolderBase::DeleterType = void (*)(HolderBase&) noexcept

Definition at line 121 of file any_movable.hpp.

Member Data Documentation

◆ deleter

DeleterType utils::AnyMovable::HolderBase::deleter

Definition at line 123 of file any_movable.hpp.


The documentation for this struct was generated from the following file: