kblib 0.2.3
General utilities library for modern C++
kblib::detail_direct_map::storage_for< T, bool > Member List

This is the complete list of members for kblib::detail_direct_map::storage_for< T, bool >, including all inherited members.

construct(Args &&... args) noexcept(std::is_nothrow_constructible< T, Args &&... >::value) -> T &kblib::detail_direct_map::storage_for< T, bool >inline
destroy() noexcept -> voidkblib::detail_direct_map::storage_for< T, bool >inline
get() &noexcept -> T *kblib::detail_direct_map::storage_for< T, bool >inline
get() const &noexcept -> const T *kblib::detail_direct_map::storage_for< T, bool >inline
operator=(const storage_for &) -> storage_for &=deletekblib::detail_direct_map::storage_for< T, bool >
operator=(storage_for &&) -> storage_for &=deletekblib::detail_direct_map::storage_for< T, bool >
storage_for()=defaultkblib::detail_direct_map::storage_for< T, bool >
storage_for(const storage_for &)=deletekblib::detail_direct_map::storage_for< T, bool >
storage_for(storage_for &&)=deletekblib::detail_direct_map::storage_for< T, bool >
~storage_for()=defaultkblib::detail_direct_map::storage_for< T, bool >