Browse Source

NullCheckedInvocation: Add missing tag and namespace comment to class declaration

v6.1.6
ed 3 years ago
parent
commit
4b5c59dbae
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      modules/juce_core/misc/juce_Functional.h

+ 3
- 1
modules/juce_core/misc/juce_Functional.h View File

@@ -28,6 +28,8 @@ namespace juce
If the object is a std::function it will check for nullptr before
calling. For a callable object it will invoke the function call operator.
@tags{Core}
*/
struct NullCheckedInvocation
{
@@ -48,4 +50,4 @@ struct NullCheckedInvocation
static void invoke (std::nullptr_t, Args&&...) {}
};
}
} // namespace juce

Loading…
Cancel
Save