Algorithms available in the C++17 STL.
More...
#include <type_traits>
#include <cassert>
#include <functional>
Go to the source code of this file.
|
template<class T , class Compare > |
constexpr const T & | Scine::Molassembler::Temple::Stl17::clamp (const T &v, const T &lo, const T &hi, Compare comp) |
|
template<class T > |
constexpr const T & | Scine::Molassembler::Temple::Stl17::clamp (const T &v, const T &lo, const T &hi) |
|
template<class T > |
constexpr std::add_const_t< T > & | Scine::Molassembler::Temple::Stl17::as_const (T &t) noexcept |
|
Algorithms available in the C++17 STL.
- Copyright
- This code is licensed under the 3-clause BSD license. Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group. See LICENSE.txt for details.