rstd 0.1.0
Loading...
Searching...
No Matches
rstd::option::detail::option_store< T > Struct Template Referenceexport
module rstd.core

Internal storage for Option<T>. More...

Public Member Functions

constexpr auto is_some () const noexcept -> bool
 Returns true if the option contains a value.
 

Detailed Description

template<typename T>
struct rstd::option::detail::option_store< T >

Internal storage for Option<T>.

Template Parameters
TThe stored value type.

The documentation for this struct was generated from the following file: