refl-cpp
refl::trait::is_instance_of< T, U > Struct Template Reference

#include <refl.hpp>

Detailed Description

template<template< typename... >typename T, typename U>
struct refl::trait::is_instance_of< T, U >

Detects whther the type U is a template specialization of T. (e.g. is_instance_of<std::vector<>, std::vector<int>>) Inherits from std::bool_constant<>.


The documentation for this struct was generated from the following file: