LibreOffice Module o3tl (master) 1
Public Member Functions | Public Attributes | List of all members
o3tl::detail::struct_from_value< ValueType >::type Struct Reference

#include <vector_pool.hxx>

Public Member Functions

 type ()
 
 type (ValueType val)
 

Public Attributes

ValueType value
 
std::ptrdiff_t nextFree
 

Detailed Description

template<typename ValueType>
struct o3tl::detail::struct_from_value< ValueType >::type

Definition at line 82 of file vector_pool.hxx.

Constructor & Destructor Documentation

◆ type() [1/2]

template<typename ValueType >
o3tl::detail::struct_from_value< ValueType >::type::type ( )
inline

◆ type() [2/2]

template<typename ValueType >
o3tl::detail::struct_from_value< ValueType >::type::type ( ValueType  val)
inlineexplicit

Definition at line 88 of file vector_pool.hxx.

Member Data Documentation

◆ nextFree

template<typename ValueType >
std::ptrdiff_t o3tl::detail::struct_from_value< ValueType >::type::nextFree

◆ value

template<typename ValueType >
ValueType o3tl::detail::struct_from_value< ValueType >::type::value

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