Skip to content

sg::conv

converts object of type E to T via string conversion

Synopsis

Declared in <SageIII/sageInterface/sageGeneric.h>

template<
    class T,
    class E>
static
T
conv(E const& el);

Created with MrDocs