OSVR-Core
Public Types | List of all members
osvr::util::detail::Option< Condition, ContainerMixin > Struct Template Reference

Holds the result of evaluating a condition along with the mixin template to use (as an alias class) if that condition is true. More...

#include <ContainerWrapper.h>

Public Types

using condition = Condition
 
template<typename Container , typename Base >
using apply = ContainerMixin< Container, Base >
 

Detailed Description

template<typename Condition, template< class, class > class ContainerMixin>
struct osvr::util::detail::Option< Condition, ContainerMixin >

Holds the result of evaluating a condition along with the mixin template to use (as an alias class) if that condition is true.


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