46 if constexpr ( std::is_class < T >::value ) {
63bool are_same_types (
const std::vector < std::string > & first,
const std::vector < std::string > &
second );
65template <
typename T >
67 std::string
ret = to_string < T > ( );
Definition: typeindex.h:37
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
p second
Definition: ToRegExpAlgebraic.h:126
ext::set< ext::pair< StateType, StateType > > ret(const ext::set< ext::pair< StateType, StateType > > &S, const DeterministicPushdownStoreSymbolType &pdaSymbol, const InputSymbolType &input, const N &nondeterministic)
Definition: RHDPDACommon.h:57
return res
Definition: MinimizeByPartitioning.h:145
Definition: sigHandler.cpp:20
ext::vector< std::string > get_template_info(const std::string &str)
Definition: typeinfo.cpp:25
std::string erase_template_info(std::string str)
Definition: typeinfo.cpp:12
std::string to_string(const T &value)
To string method designated for objects that can be casted to string.
Definition: string.hpp:131
bool are_same_types(const std::vector< std::string > &first, const std::vector< std::string > &second)
Definition: typeinfo.cpp:61
bool is_same_type(const std::string &first, const std::string &second)
Compares two types specified by their string names not looking at template params and unspecified seg...
Definition: typeinfo.cpp:41