OGS
|
This is the complete list of members for BaseLib::StrongType< T, Tag >, including all inherited members.
operator()() noexcept | BaseLib::StrongType< T, Tag > | inline |
operator()() const noexcept | BaseLib::StrongType< T, Tag > | inline |
operator*() noexcept | BaseLib::StrongType< T, Tag > | inline |
operator*() const noexcept | BaseLib::StrongType< T, Tag > | inline |
operator->() noexcept | BaseLib::StrongType< T, Tag > | inline |
operator->() const noexcept | BaseLib::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 |