ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Types | List of all members
boost::callable_traits::detail::set_varargs_function_qualifiers_t< Applied, IsTransactionSafe, IsNoexcept, Return, Args > Struct Template Reference

#include <set_function_qualifiers.hpp>

Public Types

using type = Return(Args...,...)
 

Detailed Description

template<qualifier_flags Applied, bool IsTransactionSafe, bool IsNoexcept, typename Return, typename... Args>
struct boost::callable_traits::detail::set_varargs_function_qualifiers_t< Applied, IsTransactionSafe, IsNoexcept, Return, Args >

Definition at line 82 of file set_function_qualifiers.hpp.

Member Typedef Documentation

◆ type

template<qualifier_flags Applied, bool IsTransactionSafe, bool IsNoexcept, typename Return , typename... Args>
using boost::callable_traits::detail::set_varargs_function_qualifiers_t< Applied, IsTransactionSafe, IsNoexcept, Return, Args >::type = Return(Args..., ...)

Definition at line 83 of file set_function_qualifiers.hpp.


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