Simple-Utility v2.3.1
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages Concepts
Utility.hpp File Reference
Include dependency graph for Utility.hpp:
This graph shows which files directly or indirectly include this file:

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.