Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::atom< T, MemoryPolicy >::get_refcount_atom_impl::apply< U, MP > Struct Template Reference

#include <atom.hpp>

Public Types

using type = detail::refcount_atom_impl< U, MP >
 

Detailed Description

template<typename T, typename MemoryPolicy = default_memory_policy>
template<typename U, typename MP>
struct immer::atom< T, MemoryPolicy >::get_refcount_atom_impl::apply< U, MP >

Definition at line 232 of file atom.hpp.

Member Typedef Documentation

◆ type

template<typename T , typename MemoryPolicy = default_memory_policy>
template<typename U , typename MP >
using immer::atom< T, MemoryPolicy >::get_refcount_atom_impl::apply< U, MP >::type = detail::refcount_atom_impl<U, MP>

Definition at line 234 of file atom.hpp.


The documentation for this struct was generated from the following file:
Released under the MIT license