kblib 0.2.3
General utilities library for modern C++
|
Go to the source code of this file.
Namespaces | |
namespace | kblib |
The main namespace in which all entities from kblib are defined. | |
namespace | kblib::detail_cry |
namespace | std |
Functions | |
template<std::size_t N, typename T , std::enable_if_t< N==0 > * = nullptr> | |
auto | kblib::detail_cry::get (T &&t) -> std::conditional_t< std::is_reference_v< T >, const std::size_t &, const std::size_t > |
template<typename Range > | |
auto | kblib::cry_enumerate (Range &&range) -> auto |