Iros
 
Loading...
Searching...
No Matches
erased.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/meta/trivial.h"
4
5namespace di::vocab {
6template<concepts::TriviallyRelocatable T>
7struct Erased {
8 using Value = T;
9};
10}
Definition lazy.h:165
Definition erased.h:7
T Value
Definition erased.h:8