olp-cpp-sdk  1.22.0
Public Types | List of all members
olp::thread::internal::ReduceVoidVector< Type > Struct Template Reference

#include <TypeHelpers.h>

Public Types

using type = typename std::conditional< std::is_same< Type, std::vector< void > >::value, void, Type >::type
 

Detailed Description

template<typename Type>
struct olp::thread::internal::ReduceVoidVector< Type >

Helper class which provides a type only if Type and std::vector<void> name the same type (taking into account const/volatile qualifications).


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