|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Classes | |
| struct | is_stream_insertable |
| struct | is_stream_insertable< T, std::void_t< decltype(std::declval< std::ostringstream & >()<< std::declval< T >())> > |
Variables | |
| constexpr size_t | tm_epoch_year = 1900u |
| constexpr size_t | max_supported_year |
| constexpr time_t | seconds_per_day |
| template<typename... Args> | |
| constexpr bool | are_stream_insertable_v |
|
inline |
Definition at line 56 of file ah-msg.H.
Referenced by build_msg_impl().
|
inline |
Definition at line 59 of file ah-msg.H.
References build_msg_impl(), and Aleph::maps().
Definition at line 794 of file ah-ranges.H.
References pred.
Definition at line 812 of file ah-ranges.H.
References fallback_any_of(), and pred.
Fallback all_of using range-based for loop.
Definition at line 835 of file ah-ranges.H.
References Aleph::maps(), and pred.
Referenced by Aleph::stl_all().
Fallback any_of using range-based for loop.
Definition at line 847 of file ah-ranges.H.
References Aleph::maps(), and pred.
Referenced by ranges_none_of(), and Aleph::stl_exists().
Fallback count_if using range-based for loop.
Definition at line 868 of file ah-ranges.H.
References Aleph::count(), Aleph::maps(), and pred.
Fallback fold_left using range-based for loop.
Works with any container that supports range-based for loop. This is the function used by ahFunctional.H when std::ranges is unavailable.
Definition at line 824 of file ah-ranges.H.
References Aleph::init, and Aleph::maps().
Referenced by Aleph::foldl(), and Aleph::stl_foldl().
Fallback none_of using range-based for loop.
Definition at line 859 of file ah-ranges.H.
References pred, and ranges_any_of().
Definition at line 58 of file ah-date.H.
Referenced by Aleph::to_time_t().
Definition at line 60 of file ah-date.H.
Referenced by Aleph::to_days().
Definition at line 57 of file ah-date.H.
Referenced by Aleph::to_time_t().