Commit 2dbb860b authored by Davis King's avatar Davis King

clarified spec

parent 02fe9a36
......@@ -42,12 +42,19 @@ namespace dlib
const static unsigned int sample_expansion_factor;
typedef whatever_type_you_use_for_labels label_type;
EXAMPLE_LOSS_LAYER_ (
);
/*!
ensures
- EXAMPLE_LOSS_LAYER_ objects are default constructable.
!*/
EXAMPLE_LOSS_LAYER_ (
const EXAMPLE_LOSS_LAYER_& item
);
/*!
ensures
- EXAMPLE_LOSS_LAYER_ objects are copy constructable
- EXAMPLE_LOSS_LAYER_ objects are copy constructable.
!*/
// Implementing to_label() is optional.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment