Change variable user leaf types to their value types. More...
#include <Var.hpp>
Public Types | |
using | type = T |
Change variable user leaf types to their value types.
This only unwraps outer-most types. So sp::Variable<int, 'x'> becomes int, but sp::VariableUser<T, sp::Variable<int, 'x'>> remains the same.