GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::void_t(3) C++ Standard Libary std::experimental::void_t(3)

std::experimental::void_t - std::experimental::void_t


Defined in header <experimental/type_traits>
template< class... > (library fundamentals TS v2)
using void_t = void;


A utility metafunction that maps a sequence of any types to the type void.


This utility metafunction is used in template metaprogramming to detect ill-formed
types in SFINAE context. First voted into C++17 as std::void_t, it was later added
as well to the library fundamentals TS as std::experimental::void_t, because it is a
dependency of the detection idiom and the LFTS v2 is based on C++14.


void_t void variadic alias template
(C++17) (alias template)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.