Lazy  1.0
lazy::Lazy< T > Member List

This is the complete list of members for lazy::Lazy< T >, including all inherited members.

get() const lazy::Lazy< T >
is_initialized() const noexceptlazy::Lazy< T >
Lazy()lazy::Lazy< T >
Lazy(const CtorFunc &constructor, const DtorFunc &destructor=default_destructor)lazy::Lazy< T >explicit
Lazy(const Lazy< T > &rhs)lazy::Lazy< T >
Lazy(Lazy< T > &&rhs)lazy::Lazy< T >
Lazy(const value_type &rhs)lazy::Lazy< T >explicit
Lazy(value_type &&rhs)lazy::Lazy< T >explicit
make_lazy(Args &&...args)lazy::Lazy< T >friend
operator bool() const noexceptlazy::Lazy< T >explicit
operator reference() const lazy::Lazy< T >explicit
operator*() const lazy::Lazy< T >
operator->() const lazy::Lazy< T >
operator=(const this_type &rhs)lazy::Lazy< T >
operator=(this_type &&rhs)lazy::Lazy< T >
operator=(const value_type &rhs)lazy::Lazy< T >
operator=(value_type &&rhs)lazy::Lazy< T >
pointer typedef (defined in lazy::Lazy< T >)lazy::Lazy< T >
reference typedef (defined in lazy::Lazy< T >)lazy::Lazy< T >
swap(Lazy< T > &rhs) noexceptlazy::Lazy< T >
this_type typedef (defined in lazy::Lazy< T >)lazy::Lazy< T >
value_type typedef (defined in lazy::Lazy< T >)lazy::Lazy< T >
~Lazy()lazy::Lazy< T >