Skip to content

Instantly share code, notes, and snippets.

@Asher-
Created November 5, 2015 04:53
Show Gist options
  • Select an option

  • Save Asher-/38a98537cbe161517e78 to your computer and use it in GitHub Desktop.

Select an option

Save Asher-/38a98537cbe161517e78 to your computer and use it in GitHub Desktop.
template
<
typename... Advice
>
class Selector
{
public:
// ...
};
template
<
template
<
typename... SameAdvice
>
class... BaseSelectorsTMP
>
class Selector
<::StrongAI::Aspect::ID::SelectorInterface,
BaseSelectorsTMP<::StrongAI::Aspect::ID::SelectorInterface>...>
{
public:
// ...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment