Simple-Utility v2.3.1
|
#include "Simple-Utility/concepts/operators.hpp"
#include "Simple-Utility/concepts/stl_extensions.hpp"
#include "Simple-Utility/functional/Transform.hpp"
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | sl |
namespace | sl::functional |
namespace | sl::functional::util |
Variables | |
template<class To > | |
constexpr auto | sl::functional::util::as |
Functional object which converts the given argument to the target type via static_cast. | |
constexpr auto | sl::functional::util::dereference |
Functional object which dereferences the given argument and returns the result. | |
constexpr auto | sl::functional::util::addressof |
Functional object which returns the address of the given argument. | |