SPH
Public Types | List of all members
Detail::ParamTraits< TArg > Struct Template Reference

#include <ThreadLocal.h>

Public Types

using Tag = std::conditional_t< IsCallable< TArg >::value, FunctorInitTag, ValueInitTag >
 

Detailed Description

template<typename TArg>
struct Detail::ParamTraits< TArg >

Definition at line 25 of file ThreadLocal.h.

Member Typedef Documentation

◆ Tag

template<typename TArg >
using Detail::ParamTraits< TArg >::Tag = std::conditional_t<IsCallable<TArg>::value, FunctorInitTag, ValueInitTag>

Definition at line 26 of file ThreadLocal.h.


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