template<typename T >
Query if this object is of a particular type. Example: if (value.is_of_type<int>())
{
// Do something
}
Definition at line 355 of file variant.h. References get_type(). Referenced by FB::JSAPIAuto::FireJSEvent(). const std::type_info & get_type() const Gets the type of the value stored in variant. Definition: variant.h:307
Here is the call graph for this function:
![]() |