Iros
 
Loading...
Searching...
No Matches
as_const_pointer.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::util {
4template<typename T>
5constexpr auto as_const_pointer(T const* pointer) {
6 return pointer;
7}
8}
9
10namespace di {
12}
Definition vocab.h:96
constexpr auto as_const_pointer(T const *pointer)
Definition as_const_pointer.h:5
Definition zstring_parser.h:9