OGS
BaseLib::StrongType< T, Tag > Member List

This is the complete list of members for BaseLib::StrongType< T, Tag >, including all inherited members.

operator()() noexceptBaseLib::StrongType< T, Tag >inline
operator()() const noexceptBaseLib::StrongType< T, Tag >inline
operator*() noexceptBaseLib::StrongType< T, Tag >inline
operator*() const noexceptBaseLib::StrongType< T, Tag >inline
operator->() noexceptBaseLib::StrongType< T, Tag >inline
operator->() const noexceptBaseLib::StrongType< T, Tag >inline
StrongType() noexcept(std::is_nothrow_default_constructible_v< T >)BaseLib::StrongType< T, Tag >inline
StrongType(T const &value) noexcept(std::is_nothrow_copy_constructible_v< T >)BaseLib::StrongType< T, Tag >inlineexplicit
StrongType(T &&value) noexcept(std::is_nothrow_move_constructible_v< T >)BaseLib::StrongType< T, Tag >inlineexplicit
value_BaseLib::StrongType< T, Tag >private