halcheck 1.0
Loading...
Searching...
No Matches

◆ operator T()

template<typename T >
halcheck::lib::symbol::operator T ( ) const
inlineexplicit

Casts the underlying string to a value.

Template Parameters
TThe type of value to cast to.
Returns
The underlying string reference casted to T.
Postcondition
(T)x == (T)(const std::string &)x