Options.hh File Reference
#include <sstream>
Include dependency graph for Options.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | boca::detail::IsBool< typename > |
struct | boca::detail::IsBool< bool > |
class | boca::Options |
Key-value-pair options. More... | |
Namespaces | |
boca | |
Boosted Collider Analysis. | |
boca::detail | |
Typedefs | |
template<typename Value_ > | |
using | boca::detail::OnlyIfNotBool = typename std::enable_if< !IsBool< Value_ >::value >::type |