Bond
 
Loading...
Searching...
No Matches
bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type > Member List

This is the complete list of members for bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >, including all inherited members.

emplace(Args &&... args)bond::detail::maybe_common< T >
is_nothing() const BOND_NOEXCEPTbond::detail::maybe_common< T >
maybe()=defaultbond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
maybe(const maybe &)=defaultbond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
maybe(maybe &&)=defaultbond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
maybe(const T &value)bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >explicit
maybe(T &&value)bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >explicit
operator bool() const BOND_NOEXCEPTbond::detail::maybe_common< T >explicit
operator!=bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >friend
operator=(const T &value)bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
operator=(T &&value)bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
bond::detail::maybe_common::operator=(const maybe_common &)=defaultbond::detail::maybe_common< T >
bond::detail::maybe_common::operator=(maybe_common &&)=defaultbond::detail::maybe_common< T >
operator==bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >friend
set_nothing() BOND_NOEXCEPTbond::detail::maybe_common< T >
set_value()bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
swap(maybe &that)bond::maybe< T, typename boost::disable_if< detail::has_allocator< T > >::type >
value()bond::detail::maybe_common< T >
value() constbond::detail::maybe_common< T >
value(const std::nothrow_t &) BOND_NOEXCEPTbond::detail::maybe_common< T >
value(const std::nothrow_t &) const BOND_NOEXCEPTbond::detail::maybe_common< T >
value_type typedefbond::detail::maybe_common< T >