YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::InstantiationTypes< Instance, T > Struct Template Referencefinal

#include <type_traits_impl.hpp>

Public Types

using Value = T
 
using Error = T
 

Detailed Description

template<template< typename... > typename Instance, typename T>
struct yaclib::detail::InstantiationTypes< Instance, T >

Definition at line 48 of file type_traits_impl.hpp.

Member Typedef Documentation

◆ Error

template<template< typename... > typename Instance, typename T >
using yaclib::detail::InstantiationTypes< Instance, T >::Error = T

Definition at line 50 of file type_traits_impl.hpp.

◆ Value

template<template< typename... > typename Instance, typename T >
using yaclib::detail::InstantiationTypes< Instance, T >::Value = T

Definition at line 49 of file type_traits_impl.hpp.


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