GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::LayerHasName Struct Reference

Functor testing layer name. More...

#include <Layer.h>

Inherits std::binary_function< gd::Layer, gd::String, bool >.

Public Member Functions

bool operator() (const Layer &layer, const gd::String &name) const
 

Detailed Description

Functor testing layer name.

See also
gd::Layer

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