Template Numerical Library version\ main:1437bf49
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
TNL::HasGetCommunicatorMethod< T > Class Template Reference

Type trait for checking if T has getCommunicator method. More...

#include <TNL/TypeTraits.h>

Static Public Attributes

static constexpr bool value = ( sizeof( test< std::decay_t<T> >(0) ) == sizeof( YesType ) )
 

Detailed Description

template<typename T>
class TNL::HasGetCommunicatorMethod< T >

Type trait for checking if T has getCommunicator method.


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