std::chrono::from_stream (std::chrono::weekday)

Header: <chrono>

Attempts to parse the input stream is into the std::chrono::weekday wd according to the format string fmt.

# Declarations

template< class CharT, class Traits, class Alloc = std::allocator<CharT> >
std::basic_istream<CharT, Traits>&
from_stream( std::basic_istream<CharT, Traits>& is, const CharT* fmt,
std::chrono::weekday& wd,
std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
std::chrono::minutes* offset = nullptr );

(since C++20)

# Parameters

# Return value

is

# See also