cgv
Loading...
Searching...
No Matches
make_ref.h
1
#pragma once
2
3
#include <cgv/type/func/drop_ref.h>
4
5
namespace
cgv
{
6
namespace
type {
7
namespace
func {
9
template
<
typename
T>
10
struct
make_ref
11
{
12
typedef
typename
drop_ref<T>::type
& type;
13
};
14
}
15
}
16
}
cgv
the cgv namespace
Definition
print.h:11
cgv::type::func::drop_ref::type
T type
define value type
Definition
drop_ref.h:12
cgv::type::func::make_ref
ensure the reference modifier for a type without changing the const modifier
Definition
make_ref.h:11
cgv
type
func
make_ref.h
Generated by
1.9.8