Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
chainbase::value_holder< T > Struct Template Reference

#include <undo_index.hpp>

Inheritance diagram for chainbase::value_holder< T >:

Public Member Functions

template<typename... A>
 value_holder (A &&... a)
 

Public Attributes

T _item
 

Detailed Description

template<typename T>
struct chainbase::value_holder< T >

Definition at line 44 of file undo_index.hpp.

Constructor & Destructor Documentation

◆ value_holder()

template<typename T >
template<typename... A>
chainbase::value_holder< T >::value_holder ( A &&... a)
inline

Definition at line 46 of file undo_index.hpp.

46: _item(static_cast<A&&>(a)...) {}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

Member Data Documentation

◆ _item

template<typename T >
T chainbase::value_holder< T >::_item

Definition at line 47 of file undo_index.hpp.


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