A helper wrapping a single value as a type carrying that value.
Declared in <folly/Traits.h>
<folly/Traits.h>
template<decltype(auto) V> struct value_pack_constant;
Name
Description
value
The wrapped value.
Created with MrDocs