1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.9-windows/ufe/include/value.h" 42 template<
typename T>
Value(
const T& v);
60 template<
typename T> T
get()
const;
69 template<
typename T>
bool isType()
const;
72 bool operator==(
const Value& rhs)
const;
74 bool operator!=(
const Value& rhs)
const;
81 std::unique_ptr<Imp>
_imp;
std::string string(const Path &path)
Definition of macros for symbol visibility.
Value class that can hold a wide set of types.
std::unique_ptr< Imp > _imp