Scarab  v3.9.4
Project 8 C++ Utility Library
Public Member Functions | Private Attributes | List of all members
weekday_last Class Reference

#include <date.h>

Public Member Functions

constexpr weekday_last (const date::weekday &wd) noexcept
 
constexpr date::weekday weekday () const noexcept
 
constexpr bool ok () const noexcept
 

Private Attributes

date::weekday wd_
 

Detailed Description

Definition at line 475 of file date.h.

Constructor & Destructor Documentation

◆ weekday_last()

constexpr weekday_last ( const date::weekday wd)
inlineexplicitnoexcept

Definition at line 1933 of file date.h.

Member Function Documentation

◆ ok()

constexpr bool ok ( ) const
inlinenoexcept

Definition at line 1932 of file date.h.

◆ weekday()

constexpr date::weekday weekday ( ) const
inlinenoexcept

Definition at line 1931 of file date.h.

Member Data Documentation

◆ wd_

date::weekday wd_
private

Definition at line 477 of file date.h.


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