olp-cpp-sdk
1.22.0
|
#include <TypeHelpers.h>
Public Types | |
using | type = typename std::conditional< std::is_same< Type, std::vector< void > >::value, void, Type >::type |
Helper class which provides a type only if Type
and std::vector<void> name the same type (taking into account const/volatile qualifications).