Scarab  v2.1.1
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

constexpr weekday_last ( const date::weekday wd)
inlineexplicitnoexcept

Definition at line 1933 of file date.h.

Member Function Documentation

constexpr bool ok ( ) const
inlinenoexcept

Definition at line 1932 of file date.h.

constexpr date::weekday weekday ( ) const
inlinenoexcept

Definition at line 1931 of file date.h.

Member Data Documentation

date::weekday wd_
private

Definition at line 477 of file date.h.


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