A utility type to be specialized to check if a type is a std::map .
| T | A generic template parameter. |
Definition at line 452 of file configuration.cc.
Static Public Attributes | |
| static constexpr bool | value = false |
A boolean value to indicate whether T is a map or not. More... | |
|
staticconstexpr |
A boolean value to indicate whether T is a map or not.
Here it is always false, because there is another template specialization that will select those cases where value is going to be true.
Definition at line 458 of file configuration.cc.