userver: rcu::RcuMap< Key, Value, RcuMapTraits >::InsertReturnTypeImpl< ValuePtrType > Struct Template Reference
Loading...
Searching...
No Matches
rcu::RcuMap< Key, Value, RcuMapTraits >::InsertReturnTypeImpl< ValuePtrType > Struct Template Reference

Detailed Description

template<typename Key, typename Value, typename RcuMapTraits>
template<typename ValuePtrType>
struct rcu::RcuMap< Key, Value, RcuMapTraits >::InsertReturnTypeImpl< ValuePtrType >

Definition at line 233 of file rcu_map.hpp.

Public Attributes

ValuePtrType value
bool inserted

Member Data Documentation

◆ inserted

template<typename Key, typename Value, typename RcuMapTraits>
template<typename ValuePtrType>
bool rcu::RcuMap< Key, Value, RcuMapTraits >::InsertReturnTypeImpl< ValuePtrType >::inserted

Definition at line 235 of file rcu_map.hpp.

◆ value

template<typename Key, typename Value, typename RcuMapTraits>
template<typename ValuePtrType>
ValuePtrType rcu::RcuMap< Key, Value, RcuMapTraits >::InsertReturnTypeImpl< ValuePtrType >::value

Definition at line 234 of file rcu_map.hpp.


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