#include <util.hpp>
Provideds functionality of std::remove_const so that we do not depend on std.
Definition at line 579 of file util.hpp.
The type of type will be the same as T but with the const-ness removed.
Definition at line 586 of file util.hpp.