A helper wrapping a single value as a type carrying that value.

Synopsis

Declared in <folly/Traits.h>

template<decltype(auto) V>
struct value_pack_constant;

Static Data Members

Name

Description

value

The wrapped value.

Created with MrDocs