C++ Library Extensions 2022.12.09
To help learn modern C++ programming
enable_if< predicate, ReturnType > Struct Template Reference

Detailed Description

template<bool predicate, typename ReturnType = void>
struct enable_if< predicate, ReturnType >

Definition at line 11 of file 12_sfinae.cpp.


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