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