tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
as_const.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename T>
constexpr auto as_const (T &t) noexcept -> add_const_t< T > &
 Forms lvalue reference to const type of t.
 
template<typename T>
constexpr auto as_const (T const &&) -> void=delete