#include <util.hpp>
Typedef to give same const-ness of type T to a type S.
Definition at line 625 of file util.hpp.
The type of type will be the same as S but with the const-ness of T.
Definition at line 632 of file util.hpp.