Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
storage.hpp File Reference

Classes

class  mundy::storage< T >
 Own or view a value using a simple normalized storage policy. More...

Namespaces

namespace  mundy

Functions

template<class T>
 mundy::storage (T &&) -> storage< T >
template<class T>
constexpr auto mundy::store (T &&value) noexcept(noexcept(storage< impl::store_input_type_t< T > >(std::forward< T >(value)))) -> storage< impl::store_input_type_t< T > >
 Create a storage object from a forwarding reference.