llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/cast.h>
Public Types | |
using | type = typename std::conditional< std::is_const< T >::value, typename std::add_const< U >::type, U >::type |
Provides U with the constness of T.